Agent Tools
👉 View the built-in callable tools that any-agent provides via the API docs
any-agent
provides 2 options to specify what tools
are available to your agent: Callable
, or MCP
(Model Context Protocol).
You can use any combination of options in the same agent.
Under the hood, any-agent
takes care of wrapping the
tool so it becomes usable by the selected framework.
MCP can either be run locally (MCPStdio) or you can connect to an MCP that is running elsewhere (MCPSse). See SuperGateway for an easy way to turn a Stdio server into an SSE server.