Skip to content

angee.parties.mcp_tools

Parties tools for the MCP server — curated actor-scoped GraphQL operations.

The tools run the same public GraphQL fields as the browser and use the :class:~angee.mcp.graphql.GraphQLTool compiler for input schemas, documents, projection, and permission enforcement. Agent-facing names are snake_case and every id is an opaque public sqid (prefixes are called out per tool).

register

python
def register(server: FastMCP) -> None

Register the GraphQL-backed parties tools on the MCP server.

Released under the AGPL-3.0 License.