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
| Tool | Description | Key Params |
|---|
cleve_create_note | Create a new note | title, content, folderId, isPinned |
cleve_read_note | Read a note by ID | noteId |
cleve_edit_note | Update title, content, folder, or pin status | noteId, title, content, folderId, isPinned |
cleve_delete_note | Permanently delete a note | noteId |
cleve_move_note | Move a note to a different folder | noteId, folderId (null = unfiled) |
cleve_pin_note | Pin a note | noteId |
cleve_unpin_note | Unpin a note | noteId |
cleve_search_notes | Full-text keyword search across notes | query, limit |
cleve_list_recent_notes | List most recently updated notes | limit |
cleve_count_notes | Get total and pinned note counts | folderId (optional) |
cleve_cite | Get citation sources for specific notes | noteIds[] |
Sharing & Publishing (Notes)
| Tool | Description | Key Params |
|---|
cleve_share_note | Toggle link sharing (anyone with link can view) | noteId, isPublic |
cleve_publish_note | Publish a note publicly | noteId |
cleve_unpublish_note | Unpublish a note | noteId |
Folders
| Tool | Description | Key Params |
|---|
cleve_list_folders | List all folders | — |
cleve_create_folder | Create a new folder | name, parentId (optional) |
cleve_rename_folder | Rename an existing folder | folderId, name |
cleve_delete_folder | Delete a folder (notes move to unfiled) | folderId |
cleve_list_notes_in_folder | List notes in a specific folder | folderId |
Skills (Custom AI Instructions)
| Tool | Description | Key Params |
|---|
cleve_list_skills | List your created and installed skills | — |
cleve_create_skill | Create a new skill | name, prompt, description, category, model |
cleve_update_skill | Update an existing skill | skillId, name, prompt, description, category, model |
cleve_delete_skill | Permanently delete a skill | skillId |
cleve_install_skill | Install a skill from the marketplace | skillId |
cleve_uninstall_skill | Uninstall a skill | skillId |
cleve_publish_skill | Publish a skill to the marketplace | skillId |
cleve_unpublish_skill | Remove a skill from the marketplace | skillId |
cleve_search_marketplace | Search published skills in the marketplace | query, category |
Memory
| Tool | Description | Key Params |
|---|
cleve_get_memory | Read your AI memory note content | — |
cleve_get_memory_settings | Get memory feature settings | — |
cleve_toggle_memory | Enable or disable memory | enabled |
cleve_clear_memory | Wipe all memory content and start fresh | — |
Organizations
| Tool | Description | Key Params |
|---|
cleve_list_orgs | List all orgs you belong to (shows active one) | — |
cleve_switch_org | Switch the active org for this session | orgId |
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.