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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.flowiseai.com/integrations/langchain/tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
