Skip to main content
Glama
abhi4pr

MCP Notes Server

by abhi4pr

Add a note

add_note

Save a note or task to your personal notes store. Create reminders, jot down ideas, or manage todos.

Instructions

Add a new note or todo item to the store. Use this whenever the user wants to remember something, jot down a task, or create a todo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesThe note or task text to save
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must disclose behavioral traits. It only states the action without mentioning side effects, idempotency, constraints (e.g., text length limits), or what happens upon success (e.g., return value). This is insufficient for a tool with no annotation support.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two concise sentences that immediately convey the purpose and typical use cases. No superfluous words; every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple add tool with one parameter and no output schema, the description covers the core purpose and usage context adequately. It does not address potential error conditions or return values, but the simplicity of the tool mitigates the gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has full description coverage for the single parameter 'text'. The description adds no additional meaning beyond the schema's own description, so baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action (add) and the resource (note/todo item). It distinguishes from sibling tools like list_notes, search_notes, complete_note, and delete_note by specifying it's for creating new entries.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit use scenarios: 'whenever the user wants to remember something, jot down a task, or create a todo.' It does not explicitly mention when not to use this tool, but the sibling tools cover alternative operations, making it clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/abhi4pr/Learning-mcp-servers'

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