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:**`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.
1347
+
**server_name:**`McpServerName` — The name of the target MCP server. Case-insensitive(e.g., 'google calendar', 'GOOGLE_CALENDAR', 'Google Calendar' are all valid).
Get tools information for one or multiple MCP servers.
754
+
Get tools information for any MCP server.
756
755
757
756
Parameters
758
757
----------
759
-
server_name : str
760
-
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.
758
+
server_name : McpServerName
759
+
The name of the target MCP server. Case-insensitive(e.g., 'google calendar', 'GOOGLE_CALENDAR', 'Google Calendar' are all valid).
761
760
762
761
format : typing.Optional[ToolFormat]
763
762
The format to return tools in. Default is MCP Native format for maximum compatibility.
Get tools information for one or multiple MCP servers.
1746
+
Get tools information for any MCP server.
1748
1747
1749
1748
Parameters
1750
1749
----------
1751
-
server_name : str
1752
-
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.
1750
+
server_name : McpServerName
1751
+
The name of the target MCP server. Case-insensitive(e.g., 'google calendar', 'GOOGLE_CALENDAR', 'Google Calendar' are all valid).
1753
1752
1754
1753
format : typing.Optional[ToolFormat]
1755
1754
The format to return tools in. Default is MCP Native format for maximum compatibility.
0 commit comments