Skip to main content
Glama
jupiter-ai0211

project-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": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_noteC

Add a note about the project

search_notesC

Search notes by keyword

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
notes://summary

TDQS

C2.8/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinct: one creates notes, the other searches them. There is no ambiguity in their purposes.

Naming Consistency4/5

Both tools follow a verb_noun pattern, but one uses singular 'note' and the other plural 'notes', creating a minor inconsistency. The pattern is otherwise predictable and readable.

Tool Count3/5

With only 2 tools, the server feels thin for a project-notes domain. The count matches the minimal add/search functionality, but it borders on insufficient for a well-scoped tool set.

Completeness2/5

The domain is note management, but the surface only supports adding and searching. Missing core operations like getting a specific note, updating, deleting, or listing all notes creates significant gaps that will force agents to work around missing functionality.

Maintenance

ActivityInactive
ResponsivenessNo issues