Skip to content

MCP Tools Overview

Tools exposed via MCP. This is the agent interface.

Tools are organized into profiles:

Core tools for most use cases:

ToolPurpose
rememberStore observations
learnStore facts with evidence
believeForm conclusions
recallSearch and retrieve
traceFollow provenance
linkCreate relationships

Standard tools plus advanced reasoning:

ToolPurpose
reasonRecord reasoning chains
reflectMeta-observations
hypothesizeTentative beliefs
reviseUpdate hypotheses
commitCrystallize to commitment
ToolPurpose
patternsWorkflow templates
Storing:
remember -> Memory (no evidence)
learn -> Knowledge (with evidence)
believe -> Wisdom (from facts)
reason -> Intelligence (session-only)
Retrieving:
recall -> Search by query or ID
trace -> Follow provenance chain
Connecting:
link -> Create typed relationship
Meta:
reflect -> Record understanding change
hypothesize/revise/commit -> Working beliefs
patterns -> Reusable workflows