Skip to main content
Glama

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": true
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_categoryB

Create a new category if it doesn’t exist.

list_categoriesA

List all available categories.

add_noteA

Add a note under a given category. If the category doesn't exist, it will be created automatically.

get_notesA

Retrieve all notes (optionally from a category).

search_notesA

Search for notes containing a specific keyword.

suggest_similar_notesC

Suggest notes with similar content (textual similarity).

delete_note_by_textA

Delete notes containing a given keyword (optionally limited to a category). Requires confirm_delete=True to actually remove them.

delete_categoryA

Delete a category and all its associated notes. Requires confirm_delete=True to proceed with deletion.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/AdityaTheDev/notemind-mcpserver'

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