get_fact
Get Fact ·read-only · non-destructive · idempotent · closed-world
Lookup a single entity-bound fact by entity and attribute.
Use this when you already know the entity and want the current fact
value directly instead of scanning memory search results.
Returns: str
Source: backend/src/engram/mcp/tools/facts.py
Parameters
Entity ID or exact entity name/alias to resolve.
Fact attribute to fetch (for example
legal.cvr).list_facts
List Facts ·read-only · non-destructive · idempotent · closed-world
List an entity’s facts, including superseded history when requested.
Returns: str
Source: backend/src/engram/mcp/tools/facts.py
Parameters
Entity ID or exact entity name/alias to resolve.
Maximum number of rows to return (default 20).
When true, include superseded and time-bounded facts.