quick-reminder-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_reminderB | Apple 미리 알림(Reminders)에 할 일을 즉시 추가합니다. 자연어로 입력받은 내용을 title/due_date/list/notes로 정리해서 호출하세요. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
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.
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.
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.
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.