{"name":"Aria MCP","version":"1.0.0","description":"Aria personal data layer — owned, portable, Claude-native","tools":[{"name":"get_tree","description":"Walk the graph from one or more starting points and receive a server-assembled nested structure. Replaces traverse, which is retired."},{"name":"get_entities","description":"Fetch entities with optional filters"},{"name":"get_entity","description":"Fetch a single entity by id, or multiple entities by ids: string[] (max 50)"},{"name":"get_relationships","description":"Fetch relationships connected to an entity. Use for raw edge record inspection."},{"name":"create_entity","description":"Create a new user corpus entity"},{"name":"update_entity","description":"Update fields on an existing entity (single, optimistic concurrency) or bulk update via updates[] (max 25, sequential, partial success)"},{"name":"entity","description":"Grouped entity tool. Operation param routes to: create (new entity), update (field changes, optimistic concurrency, bulk via updates[]), patch (targeted content replacement via old_str/new_str). All operations return { status, operation, entityId, message } plus operation-specific fields."},{"name":"relationship","description":"Grouped relationship tool. Operation param routes to: create (new relationship edge with duplicate check), update (retire or revive via isActive, or set temporal lifecycle fields). All operations return { status, operation, entityId, message } plus operation-specific fields."},{"name":"search_entities","description":"Full-text search over entity titles and content"},{"name":"install_module","description":"Install a module for the authenticated user"},{"name":"query_catalogue","description":"List all available modules in the Aria catalogue"},{"name":"patch_entity_content","description":"Patch a section of an entity content field server-side"},{"name":"content","description":"Grouped ContentBlock tool. Operation param routes to: create (new ContentBlock attached to an entity), update (modify fields on an existing ContentBlock)."}]}