meta_mcp.tools._call

meta_mcp.tools._call#

Functions#

call_tool(→ str)

Call a tool with the given arguments. Returns the output of the called tool.

Module Contents#

async meta_mcp.tools._call.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.