MCP Atlas Owner
mcp.tool.atlasList, search, describe, and call Atlas query profiles to retrieve structured projections of notes, edges, topology, and view readiness from ArangoDB knowledge graphs.
Instructions
list - Atlas query profile listing mcp.tool.atlas(action=list, payload={"limit":20}) search - Atlas query profile keyword matches mcp.tool.atlas(action=search, payload={"keywords":["types"],"limit":5}) describe - Atlas query profile contract mcp.tool.atlas(action=describe, payload={"target":"atlas.types"}) call - Atlas projection query result mcp.tool.atlas(action=call, payload={"target":"atlas.types","params":{"mode":"table","limit":20}})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Small control verb for the atlas surface. | |
| payload | Yes |