You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**server_name:**`McpServerName` — The name of the target MCP server. Case-insensitive(e.g., 'google calendar', 'GOOGLE_CALENDAR', 'Google Calendar' are all valid).
1103
+
**server_name:**`str` — The name of the target MCP server. Case-insensitive. Provide a comma-separated list (e.g., 'google calendar,slack') to fetch tools for multiple servers.
Get tools information for one or multiple MCP servers.
633
634
634
635
Parameters
635
636
----------
636
-
server_name : McpServerName
637
-
The name of the target MCP server. Case-insensitive(e.g., 'google calendar', 'GOOGLE_CALENDAR', 'Google Calendar' are all valid).
637
+
server_name : str
638
+
The name of the target MCP server. Case-insensitive. Provide a comma-separated list (e.g., 'google calendar,slack') to fetch tools for multiple servers.
638
639
639
640
format : typing.Optional[ToolFormat]
640
641
The format to return tools in. Default is MCP Native format for maximum compatibility.
Get tools information for one or multiple MCP servers.
1487
1488
1488
1489
Parameters
1489
1490
----------
1490
-
server_name : McpServerName
1491
-
The name of the target MCP server. Case-insensitive(e.g., 'google calendar', 'GOOGLE_CALENDAR', 'Google Calendar' are all valid).
1491
+
server_name : str
1492
+
The name of the target MCP server. Case-insensitive. Provide a comma-separated list (e.g., 'google calendar,slack') to fetch tools for multiple servers.
1492
1493
1493
1494
format : typing.Optional[ToolFormat]
1494
1495
The format to return tools in. Default is MCP Native format for maximum compatibility.
0 commit comments