Skip to content

MCP tool reference

This page lists every tool a connected AI client can call through Orbit’s remote MCP connector — 22 tools plus 12 guided workflow prompts.

Every call runs as the signed-in user: read tools see only what you can see, and write tools require your write access plus an editor seat.

ToolWhat it does
orbit_list_workspacesList the Orbit workspaces accessible to the signed-in user.
orbit_list_notesList folders and markdown notes in one workspace.
orbit_search_notesSearch indexed notes across all accessible workspaces or one workspace.
orbit_resolve_noteResolve a note hint, path, or URL into an exact note reference.
orbit_get_noteRead a note as raw content, full metadata, a document map for safe edits (sections, tables, and meeting blocks), a single section, or agent-ready context.
orbit_get_folderRead a folder page: its notes, connections to other folders and notes, and incoming references.
orbit_list_comment_threadsRead a note’s comment threads in full — authors, messages, replies, reactions, resolved state, and where each thread is anchored.
orbit_get_workspace_graphReturn the workspace’s wiki-link graph.

The full, document-map, and section formats of orbit_get_note report where your comment threads are anchored — a note-level summary, plus a per-section and per-table list for the document map. Only the commented text is shared; the comment messages themselves never leave Orbit.

This lets a client preserve commented passages when it edits. When an edit does destroy the anchored text, the write result reports it as commentImpact, and a well-behaved client tells you which comments lost their anchor. Those comments are not deleted — they show as unanchored in Orbit, and reattach if the text comes back.

ToolWhat it does
orbit_create_noteCreate a new markdown note by path; refuses to overwrite existing notes.
orbit_append_to_noteAppend to the end of a note or to a chosen heading section; never replaces existing content.
orbit_patch_noteMake surgical edits: exact text replacement, block replacement, section replacement, or insert after a heading.
orbit_upload_assetUpload a binary attachment to a note and return ready-to-insert markdown.
orbit_add_meeting_blockAdd a native meeting notes block to a note from your client’s summary and the transcript as plain copied text (no file needed); a summary alone is enough.

There is deliberately no full-note overwrite tool: edits stay localized so open collaborative editors stay in sync.

These tools edit existing markdown tables atomically, protected against stale reads by table hashes.

ToolWhat it does
orbit_insert_table_rowsInsert rows into a table.
orbit_update_table_cellsUpdate individual body cells.
orbit_delete_table_rowsDelete body rows.
orbit_move_table_rowsMove rows from one table to another atomically.
ToolWhat it does
orbit_move_noteMove or rename one note within a workspace; never deletes content.
orbit_delete_noteMove one note to Recently Deleted — a restorable soft delete, not a permanent delete.
orbit_delete_folderRecursively delete a folder; child notes go to Recently Deleted, and folders containing non-note files are rejected by default.

Deleted notes are restorable in Orbit — see Versions, export, and trash.

ToolWhat it does
orbit_doctorReturn connector version, instructions, and advertised capabilities.
orbit_get_write_statusCheck whether a timed-out write was received, applied, persisted, or failed.

Clients that support MCP prompts also get 12 guided workflows. Prompts are instructions, not tools — they do not modify Orbit by themselves.

PromptWhat it does
orbit_query_wikiAnswer a question from wiki content, with citations and no writes by default.
orbit_summarize_workspaceSummarize a workspace using search, graph, and note context.
orbit_note_briefingBrief you on one note plus its backlinks, links, and related notes.
orbit_lint_wikiInspect a workspace for wiki health issues and propose reviewable fixes.
orbit_find_contradictionsIdentify conflicting statements or stale assumptions.
orbit_build_context_packBuild a bounded, cited context pack for an external task.
orbit_draft_from_related_notesDraft new markdown from related notes and link context.
orbit_append_meeting_notesTurn raw meeting notes or a transcript into a summary and add it to a note as Orbit’s meeting block.
orbit_ingest_sourceTurn one source note into cited wiki updates or candidate pages.
orbit_promote_candidateReview a candidate note and promote it into the wiki after confirmation.
orbit_prepare_ai_ready_wikiPrepare a normal workspace for AI-assisted wiki workflows.
orbit_collect_contextCollect all Orbit context connected to a client or topic folder, following folder connections across accessible workspaces.

Up next: teach your client Orbit’s conventions with the Agent Skills.