Smithery
tool_router.session.get
Retrieves an existing tool router session by its ID. Returns the session configuration, MCP server URL, and available tools.
Remote smithery/composio
Other tools also called tool_router.session.get?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"session_id": {
"type": "string",
"format": "toolRouterSessionId",
"example": "trs_1a2b3c4d5e6f",
"description": "The unique identifier of the tool router session"
}
}
}