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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_reminderB

Apple 미리 알림(Reminders)에 할 일을 즉시 추가합니다. 자연어로 입력받은 내용을 title/due_date/list/notes로 정리해서 호출하세요.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool 'add_reminder' has a clear, singular purpose of adding reminders to Apple Reminders, so an agent cannot misselect between non-existent alternatives.

Naming Consistency5/5

The single tool name 'add_reminder' follows a consistent verb_noun pattern (add + reminder), which is clear and predictable. Since there is only one tool, there is no inconsistency to evaluate, and the naming convention is straightforward.

Tool Count2/5

The server 'quick-reminder-mcp' has only one tool, which is too few for its apparent scope of managing reminders. A reminder system typically requires operations like listing, updating, deleting, or marking reminders as complete, but this server lacks those, making it feel thin and incomplete for the domain.

Completeness2/5

The tool surface is severely incomplete for a reminders domain. While 'add_reminder' allows creation, there are obvious gaps: no tools for retrieving, updating, deleting, or listing reminders. This will likely cause agent failures when trying to perform basic CRUD operations beyond adding.

Maintenance

ActivityMaintained
ResponsivenessNo issues