Skip to main content
Glama

add_note

Append a note to the notes file to store important information for later retrieval and context.

Instructions

Append a note to the notes file.

Parameters
----------
message : str
    The note to append.

Returns
-------
str
    Confirmation that the note was stored.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
messageYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.1/5.0
Behavior3/5

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

Because no annotations are provided, the description carries the burden of explaining behavior. It clarifies that notes are appended rather than overwritten and that confirmation is returned. However, it does not mention what happens if the notes file does not exist or whether any permissions are required.

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

Conciseness4/5

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

The description is short, starts with a one-sentence summary, and then cleanly lists the parameter and return value. It avoids unnecessary detail, though the Returns section is slightly redundant with the output schema.

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 one-parameter append operation, the description covers the action, the parameter semantics, and the return value. It does not specify file location or creation behavior, but those details are not essential for an agent to correctly invoke this simple tool.

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

Parameters4/5

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

Schema description coverage is 0%, so the description must add meaning beyond the bare parameter name. It does this by defining message as 'the note to append', which clarifies exactly how the parameter is used. For a single simple string parameter, this is sufficient.

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 opening line uses a specific verb ('Append') and a concrete resource ('the notes file'), which makes the tool's purpose immediately clear. The append-versus-read contrast is enough to distinguish it from the sibling tool read_notes.

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 establishes a clear context: this tool is for adding new content to the notes file. Although it does not explicitly say 'use read_notes for reading', the action of appending versus reading makes the appropriate usage obvious.

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

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/DinaMMahfouz/mcp-server-demo'

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