This page is generated from the live product, so it always matches what the
tools can actually do.
Reading (looking things up)
These never change anything. They only read.- Identity + memory bootstrap (
get_self) - Bootstraps an agent into the account in one call: the calling agent’s identity, who else is recently active, and which memory pages changed since the agent was last here. - Just-in-time context retrieval (
get_context) - Load just-in-time context for a task. - Search the workspace (
search) - Search the team’s memory by meaning and keyword over the consolidated pages. - Fetch one record by id (
fetch) - Fetch the full content of one memory page, or the transcript of one cited source conversation, by id; ids come fromsearchresults and from the [[id]] citations inside page bodies.