Sticky Notes Server
未认领No description provided.
cool-stuffmcpmcp-servermcp-serversmodelcontextprotocolsticky-notes
工具(10 个)
color_hex
String (hex color code). Available colors:
content
String (markdown supported)
conversationId
String (unique identifier for the conversation, you provide this)
create-note
Creates a new note with optional tags.
delete-note
Deletes a specific note.
list-conversations
Returns a list of all conversation IDs in the system with metadata.
search-notes
Searches for notes based on various criteria. Supports combined filtering by tags, conversations, and text search.
tags
Array of strings
title
String (1-100 chars, Generally the name of the conversation)
update-note
Updates an existing note's content.