Skip to main content
Glama

read_user_notes

Retrieve operator-written notes from previous sessions to catch up on messages and instructions waiting for you. Get the oldest notes first, with an optional limit.

Instructions

Read notes the operator has left for you in this project. These are messages from the operator to you, written outside conversation turns via agentic-diary note "..." from the CLI. Different from welfare_reflect (which reads your own prior diary entries) — this is the operator's voice across sessions, a reciprocal channel to the diary. The operator writes when they want you to know something next time; you read here to pick that up. Useful at session start. Returns oldest first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of notes. Default: 10.
Behavior4/5

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

With no annotations provided, the description carries the full transparency burden. It discloses the source (CLI command), the channel (reciprocal to diary), and return ordering ('Returns oldest first'). However, it does not explicitly state that the operation has no side effects or what happens when no notes exist, leaving minor gaps in behavioral disclosure.

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 a single paragraph that front-loads the core purpose and includes valuable context (source, distinction from sibling, use case, ordering). It is slightly longer than strictly necessary but every sentence contributes meaningful information, so it earns a 4.

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

Completeness5/5

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

For a simple read tool with one parameter and no output schema, the description is remarkably complete. It explains the origin of notes, how they differ from diary entries, when to use the tool, and the return order. No significant gaps remain.

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?

Schema description coverage is 100% for the single 'limit' parameter, including its range and default. The description adds no additional parameter semantics beyond the schema, so a 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 tool reads notes left by the operator, with a specific verb ('Read') and resource ('notes the operator has left for you in this project'). It also distinguishes itself from welfare_reflect, making its purpose unambiguous and differentiated from a sibling tool.

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

Usage Guidelines5/5

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

The description explicitly contrasts this tool with welfare_reflect ('Different from welfare_reflect...') and provides a concrete use case ('Useful at session start'). This tells the agent when to use this tool versus an alternative, satisfying the highest bar for usage guidance.

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/kandikandikandi/agentic-diaries-mcp'

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