cpg_query
Query the CPG graph with hybrid retrieval: use keywords, natural language questions, or a complete node ID to get ranked nodes, filtered by domain, type, or governance state.
Instructions
Hybrid FTS + embedding retrieval over the CPG graph. Use for structured lookups (node_type/domain filters) or open-ended recall (natural language questions). A complete 32-hex node id is resolved directly. Returns ranked node dicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Filter FACT/BELIEF by domain. | |
| question | Yes | Keyword or natural language query. | |
| node_types | No | Filter to specific node types. | |
| max_results | No | ||
| binding_token | No | Opaque token returned by this agent's join_session or plan_session. Required for reliable identity when logical agents share an MCP connection. | |
| session_scope | No | current | |
| governance_states | No | Filter by governance state. Default: confirmed+verified+active. |