← All posts

    Cleve MCP

    May 9, 2026

    Let me load the schemas for all the cleve MCP tools.

    Here's a full breakdown of all 34 tools in the Cleve MCP, grouped by category:


    Notes

    ToolDescriptionKey Params
    cleve_create_noteCreate a new notetitle, content, folderId, isPinned
    cleve_read_noteRead a note by IDnoteId
    cleve_edit_noteUpdate title, content, folder, or pin statusnoteId, title, content, folderId, isPinned
    cleve_delete_notePermanently delete a notenoteId
    cleve_move_noteMove a note to a different foldernoteId, folderId (null = unfiled)
    cleve_pin_notePin a notenoteId
    cleve_unpin_noteUnpin a notenoteId
    cleve_search_notesFull-text keyword search across notesquery, limit
    cleve_list_recent_notesList most recently updated noteslimit
    cleve_count_notesGet total and pinned note countsfolderId (optional)
    cleve_citeGet citation sources for specific notesnoteIds[]

    Sharing & Publishing (Notes)

    ToolDescriptionKey Params
    cleve_share_noteToggle link sharing (anyone with link can view)noteId, isPublic
    cleve_publish_notePublish a note publiclynoteId
    cleve_unpublish_noteUnpublish a notenoteId

    Folders

    ToolDescriptionKey Params
    cleve_list_foldersList all folders
    cleve_create_folderCreate a new foldername, parentId (optional)
    cleve_rename_folderRename an existing folderfolderId, name
    cleve_delete_folderDelete a folder (notes move to unfiled)folderId
    cleve_list_notes_in_folderList notes in a specific folderfolderId

    Skills (Custom AI Instructions)

    ToolDescriptionKey Params
    cleve_list_skillsList your created and installed skills
    cleve_create_skillCreate a new skillname, prompt, description, category, model
    cleve_update_skillUpdate an existing skillskillId, name, prompt, description, category, model
    cleve_delete_skillPermanently delete a skillskillId
    cleve_install_skillInstall a skill from the marketplaceskillId
    cleve_uninstall_skillUninstall a skillskillId
    cleve_publish_skillPublish a skill to the marketplaceskillId
    cleve_unpublish_skillRemove a skill from the marketplaceskillId
    cleve_search_marketplaceSearch published skills in the marketplacequery, category

    Memory

    ToolDescriptionKey Params
    cleve_get_memoryRead your AI memory note content
    cleve_get_memory_settingsGet memory feature settings
    cleve_toggle_memoryEnable or disable memoryenabled
    cleve_clear_memoryWipe all memory content and start fresh

    Organizations

    ToolDescriptionKey Params
    cleve_list_orgsList all orgs you belong to (shows active one)
    cleve_switch_orgSwitch the active org for this sessionorgId

    Summary: Cleve is a note-taking + AI skills platform. The MCP gives full programmatic control over notes (CRUD, search, pin, share/publish), folder organization, a skills marketplace (create/install/publish custom AI instructions), a built-in memory system, and multi-org support.