Tool tree
The OpenRouter for tools. One MCP connection gives any AI agent 266 hosted tools, pay per call: image and video generation, deep research and live web data.
page: Every page
search_toolsAnswer
Search ToolRouter’s catalog of 220+ AI tools by keyword or category and open the results page.
View tool JSON
{
"name": "search_tools",
"kind": "answer",
"impl": "imperative",
"description": "Search ToolRouter’s catalog of 220+ AI tools by keyword or category and open the results page.",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Keyword or category, e.g. \"image generation\" or \"SEO\"."
}
},
"required": [
"query"
]
},
"page": "/"
}open_docsAction
Open the ToolRouter documentation, including the MCP connection and API reference guides.
View tool JSON
{
"name": "open_docs",
"kind": "act",
"impl": "imperative",
"description": "Open the ToolRouter documentation, including the MCP connection and API reference guides.",
"inputSchema": {
"type": "object",
"properties": {
"topic": {
"type": "string",
"description": "Optional docs topic, e.g. \"mcp\" or \"api-reference\"."
}
}
},
"page": "/"
}view_pricingAnswer
Open the ToolRouter pricing page — pay-per-use credits, no subscriptions.
View tool JSON
{
"name": "view_pricing",
"kind": "answer",
"impl": "imperative",
"description": "Open the ToolRouter pricing page — pay-per-use credits, no subscriptions.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}