Skip to content

MCP tools reference

Falconer MCP exposes tools your AI client can use to find, read, create, update, organize, and manage Falconer documents.

Claude.ai connector settings showing Falconer MCP tool permissions

ToolWhat it does
list_organizationsLists Falconer organizations available to the MCP connection.

If only one organization is available, your client can usually omit organizationId. If multiple organizations are available, pass the selected organizationId on future Falconer tool calls.

ToolWhat it does
searchSearches Falconer documents by keyword query, semantic query, or both.
readReads a Falconer document by document ID, title, or Falconer URL.

Use search when you do not know the exact document. Use read before editing so the agent can copy exact Markdown text from the current document.

ToolWhat it does
createCreates a Falconer document from Markdown.
replace_document_contentReplaces exact Markdown text in a document.
insert_document_contentInserts Markdown before or after exact anchor text, or at the start or end of a document.
delete_document_contentDeletes exact Markdown text from a document.
editLegacy exact replacement tool. Prefer the targeted content tools above.
overwriteReplaces the full Markdown body of a document.
deleteArchives a Falconer document by ID.

Prefer replace_document_content, insert_document_content, and delete_document_content for targeted updates. Use overwrite only when the whole document needs to be rewritten.

ToolWhat it does
list_document_commentsLists comment threads on a Falconer document.
reply_to_commentReplies to an existing document comment.
edit_commentEdits one of your existing comments.
delete_commentDeletes one of your existing comments.
resolve_commentResolves a document comment thread.
unresolve_commentReopens a resolved document comment thread.
ToolWhat it does
list_nav_childrenLists visible child folders and documents for a navigation location.
get_nav_treeGets a visible Falconer navigation tree.
get_folderGets folder metadata and visible one-level children.
create_folderCreates a Falconer folder.
update_folderUpdates a folder title or description.
reorder_folder_childrenSets the full direct-child order for a folder.
reorder_nav_childrenSets the full direct-child order for a folder or document nav item.
move_nav_itemMoves a folder or document navigation item.
move_documentMoves a document navigation placement by document ID.
publish_documentPublishes a private document into company navigation.
delete_folderArchives a folder and its documents.

Inspect navigation placement before moving documents or folders. If a document move or publish reports ambiguous placement, retry with the returned sourceNavItemId.

ToolWhat it does
update_document_permissionsUpdates document ACL mode, organization-wide access, public access, user access, or group access. Direct permission changes on inherited documents switch them to explicit mode automatically.
upload_mediaUploads an image or video and returns a snippet that can be inserted into document content.

The MCP connection uses your Falconer account. Your client can only access documents, folders, comments, and permissions your account can access in Falconer.