Reference
MCP tool reference
The seven public context-continuity tools, generated from the operation contract.
Last updated 2026-07-27
The public launch contract behind MCP, REST, and the SDK. The larger internal capability inventory is deliberately excluded from discovery and documentation.
Wire-up: MCP guide · Quickstart.
8
Tools
5
Reads (free)
3
Writes
context
| Tool | Scope | Cost | Description |
|---|---|---|---|
context.briefreadSDK | context:read | FREE | Preferred entry point for external agents. Returns a warm, visibility-scoped and source-cited company capsule. Use lens=handoff for a continuity brief covering responsibilities, commitments, positioning, relationships, and unresolved decisions. Free (0 WU). |
context.rememberwriteSDK | context:write | FREE | Preserve one durable fact, constraint, commitment, correction, or session outcome so future agents start with the same company context. Requires a caller-stable idempotency_key and returns a truthful write receipt. |
context.resolvewriteSDK | context:write | FREE | Answer a material open_questions[] item from context.brief or context.search. Routes through Track D materialization (correct / observe / resolvePendingJudgment) so the answer changes corpus state. Requires a caller-stable idempotency_key and returns a truthful write receipt. |
context.searchreadSDK | context:read | FREE | Search workspace context for source-backed snippets on a topic, or hydrate exact references returned by context.brief. Returns extractive evidence with resolvable source metadata; it does not generate an answer. Free (0 WU). |
context.syncreadSDK | context:read | FREE | Return visibility-scoped knowledge, decision, and work references changed since an opaque durable cursor, then issue the next cursor for another agent or session. Free (0 WU). |
decision
| Tool | Scope | Cost | Description |
|---|---|---|---|
decision.recordwriteSDK | decision:write | FREE | Record an immutable decision with its context, judgment, rationale, evidence, and optional superseded decision so every future agent can retrieve the current precedent. Visibility defaults to private in a personal workspace and company-wide in a company workspace. Requires a caller-stable idempotency_key and returns a truthful write receipt. |
decision.searchreadSDK | decision:read | FREE | Find previous decisions or hydrate known decisions before making a new call. Returns current, visibility-scoped precedent with source references, never invented synthesis. Free (0 WU). |
receipt
| Tool | Scope | Cost | Description |
|---|---|---|---|
receipt.getreadSDK | context:read | FREE | Read the truthful accepted, processing, applied, failed, rejected, or expired state of a context or decision write and its safe resulting entity reference. Free (0 WU). |