Skip to main content

Document Tools

ToolDescription
list_documentsList documents with optional folder/tag filters
get_documentGet a single document by ID
create_documentCreate a new document with title, content, tags
update_documentUpdate an existing document
delete_documentDelete a document

Folder Tools

ToolDescription
list_foldersList all folders in the workspace
get_folderGet a folder and its contents
create_folderCreate a new folder
update_folderRename or move a folder
delete_folderDelete a folder

Search Tools

ToolDescription
semantic_searchSearch documents by meaning using vector embeddings
hybrid_searchCombine semantic and full-text search (recommended)
find_similarFind documents similar to a given document

Organization Tools

ToolDescription
move_documentMove a document to a different folder
tag_documentAdd or remove tags from a document
bulk_deleteDelete multiple documents at once
bulk_moveMove multiple documents to a folder
bulk_tagApply tags to multiple documents

Example Interactions

User: "Find all docs about authentication"
→ AI calls hybrid_search with query "authentication"
→ Returns ranked results with titles and excerpts

User: "Create a doc about our new API design"
→ AI calls create_document with generated content
→ Document created and synced to web app in real-time

User: "Move all deployment docs to the DevOps folder"
→ AI calls hybrid_search to find deployment docs
→ AI calls bulk_move to move them