Revuo
get_tool
Get detailed information about a specific MCP tool by its normalized name, including input schema and all products that provide it. Response: { normalizedName, displayName, description, inputSchema, productCount, products[] (each: productSlug, productName, serverQualifiedName, isRemoteCapable, tier, unverified, verifiedAt) }. Errors: { error: { code: 'not_found', ... } }.
Remote revuo/revuo
Other tools also called get_tool?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Normalized tool name (e.g. 'search_issues', 'send_message')"
},
"remoteOnly": {
"type": "boolean",
"default": false,
"description": "If true, only show remote-capable providers"
}
}
}