Skip to main content
Glama
vedantparmar12

Sticky Notes MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_noteA
Append a new note to the sticky note file.

Args:
    message (str): The note content to be added.

Returns:
    str: Confirmation message indicating the note was saved.
read_notesA
Read and return all notes from the sticky note file.

Returns:
    str: All notes as a single string separated by line breaks.
         If no notes exist, a default message is returned.
save_to_new_fileB
Save content to a new notes file.

Args:
    filename (str): Name of the new file to create.
    content (str): Content to save in the new file.

Returns:
    str: Confirmation message indicating the content was saved.
delete_notesA
Delete all notes from the sticky note file.

Returns:
    str: Confirmation message indicating the notes were deleted.

Prompts

Interactive templates invoked by user choice

NameDescription
note_summary_prompt Generate a prompt asking the AI to summarize all current notes. Returns: str: A prompt string that includes all notes and asks for a summary. If no notes exist, a message will be shown indicating that.

Resources

Contextual data attached and managed by the client

NameDescription
get_latest_note Get the most recently added note from the sticky note file. Returns: str: The last note entry. If no notes exist, a default message is returned.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vedantparmar12/Sticky-notes-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server