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.Documentation Index
Fetch the complete documentation index at: https://docs.deepmerge.ai/llms.txt
Use this file to discover all available pages before exploring further.
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 + workspace bootstrap (
get_self) - Bootstraps an agent into the account in one call: the calling agent’s identity, who else is online, what changed since the agent was last here, and the account’s workspaces. - Just-in-time context retrieval (
get_context) - Load just-in-time context for a task. - Read one entry (
get_entry) - Returns one entry by id, plus its graph neighborhood (outgoing and incoming relations) when include_relations is true. - Search and list entries (
get_entries) - Search and list entries in this workspace. - Read edit history (
get_revisions) - Returns the append-only edit history of an entry.
Writing (saving and updating)
These create or change saved notes.- Create one entry (
create_entry) - Writes one durable entry into this workspace. - Update one entry (
update_entry) - Edit one existing entry in place. - Archive one entry (
archive_entry) - Soft-delete an entry by flipping its status toarchived. - Create one workspace (
create_workspace) - Create a workspace: an optional goal container inside this account.