Skip to main content
This is the full list of actions a connected AI tool can perform. You do not run these yourself; your tools call them as they work. They are listed here so you can see exactly what your AI is able to read and write.
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 from search results and from the [[id]] citations inside page bodies.

Writing (saving and updating)

These create or change saved notes.