Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
create_note

Create a new Markdown note

Args: title: Note title content: Note content tags: Optional comma-separated list of tags

Returns: Confirmation message of note creation

list_notes

Get a list of all notes

Args: tag: Optional tag filter

Returns: List of notes with titles and dates

read_note

Read the contents of a note

Args: filename: Note filename (with .md extension)

Returns: Note content

search_notes

Search for text within notes

Args: query: Search query

Returns: List of notes containing the query

update_note

Update the content of an existing note

Args: filename: Note filename content: New content (will be appended)

Returns: Confirmation message of update

delete_note

Delete a note

Args: filename: Note filename

Returns: Confirmation message of deletion

Prompts

Interactive templates invoked by user choice

NameDescription
summarize_notes_prompt Create a summarization prompt for all notes Returns: A prompt containing all notes for analysis

Resources

Contextual data attached and managed by the client

NameDescription
get_all_notes Retrieve all notes as a single resource Returns: Combined contents of all notes

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/sayranovv/notes-mcp-server'

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