Revuo
search_tools
Search for MCP tools by capability. Returns tools matching the query with the products that provide them and their input schemas. Response: array of { normalizedName, displayName, description, inputSchema, productCount, products[] }. Each product: { productSlug, productName, serverQualifiedName, isRemoteCapable, tier (free|verified|featured), unverified (true on free only), verifiedAt (ISO; nullable) }. Products within each tool are tier-ordered (Featured > Verified > Free).
Remote revuo/revuo
Other tools also called search_tools?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"description": "Maximum number of results to return"
},
"query": {
"type": "string",
"description": "Search query to find tools by name or description"
},
"remoteOnly": {
"type": "boolean",
"default": false,
"description": "If true, only return tools available via remote (network-hosted) MCP servers"
}
}
}