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

Tools

Functions exposed to the LLM to take actions

NameDescription
add-noteC

Add a new note

createEventC

Create a new Google Calendar event

Prompts

Interactive templates invoked by user choice

NameDescription
summarize-notesCreates a summary of all notes

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools serve completely different domains: notes and calendar events. There is no overlap or confusion possible.

Naming Consistency2/5

Tool names use inconsistent conventions: 'add-note' uses snake_case with hyphen, while 'createEvent' uses camelCase. No consistent pattern.

Tool Count2/5

With only two tools, the server feels underdeveloped for a generic Python MCP server. A more complete set would have at least 5-10 tools to justify its name.

Completeness2/5

The server covers only a single operation each for notes and events. Missing essential operations like list, delete, or update for both domains, leaving significant gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues