Skip to main content
Glama

notepad_manager

Read or save notepads by topic, or list all topics to manage persistent notes across AI coding tools.

Instructions

Manage notepads: read a notepad by topic, save/update a notepad, or list all topics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicNoNotepad topic name (required for get and save)
actionYesThe notepad action to perform
contentNoNotepad content in markdown (required for save)
Behavior3/5

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

With no annotations, the description discloses basic read vs. write behavior ('read' vs. 'save/update') and clarifies that 'save/update' covers both creation and modification. However, it does not detail whether saving overwrites existing content, what return values look like, or any side effects, leaving notable gaps 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?

A single sentence, front-loaded with 'Manage notepads' and followed by an explicit enumeration of actions. No filler words, every clause contributes necessary information.

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 3-parameter tool with no output schema, the description covers the main operations and the topic-based access pattern. It does not specify return formats or error handling, but these are secondary for a basic notepad manager, and sibling tool names make the domain clear.

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?

All three parameters have schema descriptions (100% coverage), so the baseline is 3. The description adds marginal value by mapping actions (read, save/update, list) to the action enum and indicating topic is used for get/save, but this mostly restates schema information without new semantics.

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 names the resource (notepads) and specifies three concrete operations—read by topic, save/update, list topics—making it clear what the tool does. It distinguishes from sibling managers by focusing exclusively on notepads.

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 implies usage: use this tool when you need to read, save/update, or list notepads. It does not explicitly compare to alternatives like task_manager or memory_manager, nor state when not to use it, so it lacks explicit exclusions. However, the context is sufficiently clear for a CRUD tool.

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/thewillmoss/anchor-mcp'

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