meta_mcp.tools#
Submodules#
Functions#
|
Call a tool with the given arguments. Returns the output of the called tool. |
|
Returns the input schema for a given tool, to know how to call it. |
|
Returns a list of all (or just the filtered) tools for a given MCP server. |
|
Lists all (or just the filtered) MCP servers and their descriptions, offering a wide range of tools for biomedical (analysis) tasks to choose from. |
Package Contents#
- async meta_mcp.tools.call_tool(server_name: Annotated[str, The name of the server that provides the tool], tool_name: Annotated[str, The name of the tool to call], arguments: Annotated[str, The arguments to pass to the tool as a JSON string]) str#
Call a tool with the given arguments. Returns the output of the called tool.
- async meta_mcp.tools.get_tool_info(server_name: Annotated[str, The name of the server that provides the tool], tool_name: Annotated[str, The name of the tool to get information about]) str#
Returns the input schema for a given tool, to know how to call it.