List Notes
notes_listLists all saved notes to help you review and access stored information.
Instructions
List all stored notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
notes_listLists all saved notes to help you review and access stored information.
List all stored notes.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It clearly indicates a non-destructive read operation that returns all notes, but it does not describe ordering, pagination, empty results, or the exact return format. This is adequate for a simple list tool but leaves some behavior implicit.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single four-word sentence that states the action and scope directly. Every word earns its place, and the core purpose is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity, no parameters, and no output schema, the description provides enough information for an agent to understand what the tool does. It does not specify the return shape or ordering, which would be useful but is not strictly required for a simple no-argument list operation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the baseline is 4. The description correctly implies that no arguments are needed, and there is no parameter information to add.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('List') and resource ('all stored notes'), making the tool's purpose immediately clear. It is naturally distinguished from sibling tools like notes_add, notes_get, and notes_delete, which involve different operations.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
'List all stored notes' provides clear context that this tool is for retrieving the full set of notes, not a single note or a filtered view. While it does not explicitly name alternatives or exclusions, the 'all' qualifier and sibling tool names make the appropriate usage unambiguous.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/enachimuthu/mcp-toolkit-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server