Query the DataGraph
Prerequisites
- Access to the DataGraph MCP tools (
query_datagraph,get_entity_context) - DataGraph availability (check the F9 dashboard's DataGraph section — see Use the F-key cartridge model)
Purpose
Look up current, verified entity state instead of relying on session memory, which is a snapshot that drifts. A lookup takes seconds once you know which tool to reach for.
Procedure
-
For a broad or exploratory lookup, call
query_datagraphwith a free-text or keyword query:query_datagraph(q: "project-editorial archive status")It accepts an optional
limit(default 10 results) and an optionalformat_for_promptflag that returns a pre-formatted block ready to paste into another prompt. -
For a full profile of a specific, already-identified entity, call
get_entity_contextwith its name or identifier:get_entity_context(entity: "service-content") -
To follow a relationship from one entity to another, take the identifier of the entity you're interested in from your first result and call
get_entity_contexton it directly. Navigate from the entity you already know toward the one you're looking for. -
Narrow a broad query by adding an entity-type keyword — person, organization, project, service, deployment — to the query text; the DataGraph's own taxonomy usually surfaces the right entity in the first result.
Expected outcome
A ranked list of matching entities from query_datagraph, or a full entity profile from get_entity_context — current, verified state rather than a snapshot from whenever your own context was last updated.
Verification
Compare the result's freshness against your own assumption — if you expected a fact that isn't in the returned profile, or the profile is older than you expected, treat the DataGraph's answer as authoritative and update your own understanding, not the reverse.
Note: DataGraph availability is not one of Doorman's inference tiers. Tiers A/B/C govern where an inference request routes; DataGraph is a separate live entity store with its own status, shown in its own section of the F9 dashboard. The two can be up or down independently of each other.
Rollback
Queries are read-only. Nothing to undo.
Next steps
- Export structured data from the platform — export entity records once you've found what you need
- Use the F-key cartridge model — where DataGraph's own status is actually shown
See also
- service-content — entity extraction and knowledge-graph host — the service that maintains the DataGraph
- service-extraction — the DataGraph ingestion pipeline — how entities enter the graph from raw corpus documents
- Doorman protocol — the separate inference-routing gateway and its tier model
Cite this record: /wiki/query-the-datagraph — revision 9b9339a2, last updated 6 August 2026.