> For the complete documentation index, see [llms.txt](https://docs.flowiseai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flowiseai.com/integrations/langchain/tools.md).

# Tools

***

Tools are functions that agents can use to interact with the world. These tools can be generic utilities (e.g. search), other chains, or even other agents.

### Tool Nodes:

* [BraveSearch API](/integrations/langchain/tools/bravesearch-api.md)
* [Browserless MCP](/integrations/langchain/tools/browserless-mcp.md)
* [Calculator](/integrations/langchain/tools/calculator.md)
* [Chain Tool](/integrations/langchain/tools/chain-tool.md)
* [Chatflow Tool](/integrations/langchain/tools/chatflow-tool.md)
* [Custom Tool](/integrations/langchain/tools/custom-tool.md)
* [Exa Search](/integrations/langchain/tools/exa-search.md)
* [Google Custom Search](/integrations/langchain/tools/google-custom-search.md)
* [OpenAPI Toolkit](/integrations/langchain/tools/openapi-toolkit.md)
* [Python Interpreter](/integrations/langchain/tools/python-interpreter.md)
* [Read File](/integrations/langchain/tools/read-file.md)
* [Request Get](/integrations/langchain/tools/request-get.md)
* [Request Post](/integrations/langchain/tools/request-post.md)
* [Retriever Tool](/integrations/langchain/tools/retriever-tool.md)
* [SearchApi](/integrations/langchain/tools/searchapi.md)
* [SearXNG](/integrations/langchain/tools/searxng.md)
* [Serp API](/integrations/langchain/tools/serp-api.md)
* [Serper](/integrations/langchain/tools/serper.md)
* [Web Browser](/integrations/langchain/tools/web-browser.md)
* [Write File](/integrations/langchain/tools/write-file.md)
