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) -> NoneRegister the GraphQL-backed parties tools on the MCP server.