meta_mcp.tools._call
====================

.. py:module:: meta_mcp.tools._call


Functions
---------

.. autoapisummary::

   meta_mcp.tools._call.call_tool


Module Contents
---------------

.. py:function:: 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
   :async:


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


