Skip to main content

Tools

In Langflow version 1.5, the Tools category was deprecated.

All components that were in this category were replaced by other components or moved to other categories in the Components menu.

important

Many components that were in the Tools category are legacy components. You can use these components in your flows, but they are no longer maintained and may be removed in a future release.

It is recommended that you replace all legacy components with the replacement components described on this page.

Calculator Tool

The Calculator Tool component is a legacy component. Replace this component with the Calculator component in the Helpers category.

MCP Connection

This component was moved to the Agents category and renamed to the MCP Tools component

Python tools

The Python REPL and Python Code Structured components are legacy components. Replace these components with the Python Interpreter component in the Processing category.

Search and API request tools

Many tool components performed basic API calls to public archives or search APIs. All such components in the Tools category are legacy components.

You have two options for replacing these components:

SearXNG Search Tool

The SearXNG Search Tool component is a legacy component. Replace this component with a Data component or another metasearch provider's bundle.

This component creates a tool for searching using SearXNG, a metasearch engine. It accepts the following parameters:

NameTypeDescription
urlStringInput parameter. The URL of the SearXNG instance.
max_resultsIntegerInput parameter. The maximum number of results to return.
categoriesList[String]Input parameter. The categories to search in.
languageStringInput parameter. The language for the search results.
result_toolToolOutput parameter. A SearXNG search tool for use in LangChain.
Search