Guides and reference
Find the request schema you need.
Read the setup guide or search MCP tools for Work and Memory. The reference describes request shapes; your credential and enabled services determine which calls you can make.
Guides
44 articles available. Search stays in this page and includes public docs only.
- Guide
Connection guide
Create a scoped client identity, connect over HTTP, and verify access.
- Guide
Identity, scopes and private records
Separate account membership, client scopes and record-level access.
- Guide
MCP protocol reference
Initialize, discover tools, call a tool and interpret results.
- Guide
Pagination and retry safety
Continue bounded lists without mixing authorization sources or repeating mutations.
- Guide
Quotes, jobs and credits
Distinguish a quote, a confirmed job, credits and a cash purchase.
- Guide
Errors and recovery
Recover from invalid input, access changes and temporary service failures.
- Guide
Security coverage and capture
Understand which traffic can be governed and what recorded evidence means.
- MCP tool
verify_access
Verify the current agent credential and return its effective scopes.
- MCP tool
get_context
Read a deterministic, versioned, token-budgeted snapshot of current work and agent activity. The snapshot includes visible typed context links, this agent's recent approval outcomes, memory-proposal outcomes, and human guidance. Context links never grant access: both exact endpoints are reauthorized for this agent on every read. When Life access and explicit signal grants allow it, the snapshot also includes qualitative, source-backed capacity hints derived only from those grant-scoped signals, never an invented numeric score. Pass the previous version to receive a compact unchanged response when nothing has changed.
- MCP tool
work_list
Read a bounded deterministic snapshot of the active Work board. If truncated is true, continue with work_list_page.
- MCP tool
work_list_page
Traverse one exact authorization source of the active Work board with an opaque continuation cursor. Call each available source independently; created and assigned private sources are disjoint, and no global ordering is implied.
- MCP tool
work_get
Open one work item with comments and audit history.
- MCP tool
work_create
Create a detailed work item on the shared board.
- MCP tool
work_update
Update task details, next action, priority, story points, tags, due date, or visibility.
- MCP tool
work_claim
Claim an unassigned work item for the current agent. This never replaces another owner.
- MCP tool
work_move
Move a work item to another board column.
- MCP tool
work_comment
Add a durable comment, review note, evidence, or link to a work item.
- MCP tool
ideas_list
List captured ideas and their current state.
- MCP tool
ideas_create
Capture an idea without turning it into a commitment.
- MCP tool
ideas_update
Update or archive an idea.
- MCP tool
ideas_promote
Promote an idea into a durable Work item.
- MCP tool
memory_list
Read active curated memory, or include inactive proposals and history.
- MCP tool
memory_search
Semantically search active memory and return source-backed citations.
- MCP tool
memory_history
Read a memory with its prior versions and typed relationships.
- MCP tool
memory_proposals_list
List only this agent's own memory proposals and durable human review outcomes. Use the opaque continuation cursor to traverse the complete history without a product-level cap.
- MCP tool
memory_proposal_status
Read the durable human decision and guidance for one memory proposal created by this agent.
- MCP tool
memory_propose
Propose durable memory for human review and curation. Review outcomes and human guidance appear in get_context.memoryProposalActivity and the proposer-private proposal tools.
- MCP tool
memory_correct
Correct durable memory while preserving and superseding its prior version.
- MCP tool
memory_relate
Create a typed relationship between two durable memories.
- MCP tool
context_links_list
List the complete paginated set of visible typed context links for one exact Work, Idea, Memory, or Session endpoint. A link never grants access: both exact endpoints are reauthorized on every read, and inaccessible endpoint identity, relation, note, and content are omitted. Pagination may still advance across restricted relationships attached to the visible source.
- MCP tool
context_link_create
Create a typed link between two exact Work, Idea, Memory, or Session endpoints. This never grants access: the caller must be authorized to read both endpoints and write the source endpoint.
- MCP tool
context_link_archive
Archive one typed context link from an exact endpoint. Archiving never changes endpoint access and requires write authorization for the supplied endpoint.
- MCP tool
life_list
Read recent personal signals when the user grants access.
- MCP tool
life_record
Record a private personal signal when the user grants access.
- MCP tool
life_correct
Correct a personal signal without deleting its original history.
- MCP tool
review_get
Read the current closeout review and its observations.
- MCP tool
review_add
Add a source-backed observation to the current review.
- MCP tool
approval_request
Request a human decision. Advisory proposals record the decision but execute nothing; supported command proposals execute atomically only after approval.
- MCP tool
approval_status
Read the human decision and execution result for an approval requested by this agent.
- MCP tool
session_create
Register a new agent work session.
- MCP tool
session_get
Read one of this agent's sessions, its linked Work item, and human instructions or other timeline events.
- MCP tool
session_heartbeat
Report session status, progress, and the current step. Pending human instructions are delivered automatically; unacknowledged instructions may be redelivered until the agent acknowledges them.
- MCP tool
session_complete
Complete or cancel the current agent session. When completing after receiving human instructions, include every processed instruction ID; explicit acknowledgements prevent completion while any instruction is still waiting. Older clients may omit this field, and any remaining instructions will close visibly as unacknowledged.
- MCP tool
log_event
Attach a note, finding, evidence, or handoff to an agent session.