Smithery
tool_router.session.tools.list
Returns the tools available in a tool router session with their complete schemas. This includes both meta tools and any preloaded app tools exposed by the session.
Remote smithery/composio
Other tools also called tool_router.session.tools.list?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"session_id": {
"type": "string",
"format": "toolRouterSessionId",
"description": "Tool router session ID"
}
}
}