--- description: "Autodoc reference for the tools registered on the Patcher MCP server." --- # MCP Tools The tools registered on the Patcher MCP server. Each tool's function signature defines the JSON schema clients see; the docstring is what the client's LLM reads to decide when to call it. For end-user setup snippets see {doc}`/guides/agents`. For prompt examples that exercise these tools, see {doc}`/guides/agents`. ```{eval-rst} .. automodule:: patcher_api.mcp.tools :members: ```