Skip to main content
Glama

Daily notes in a time window

get_notes
Read-onlyIdempotent

List daily notes of the authenticated user in a time window. from and to are optional ISO 8601 date or date-time (default ±31 days). The window cannot exceed 366 days. Dates in the result are YYYY-MM-DD.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoISO 8601 date or date-time; default 31 days after now; the window cannot exceed 366 days
fromNoISO 8601 date or date-time; default 31 days before now; the window cannot exceed 366 days

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesYesDaily notes in the requested window

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds useful constraints beyond annotations: the default ±31-day window, the 366-day maximum, and the YYYY-MM-DD result format.

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?

Three concise sentences with no filler: purpose, parameter behavior, and result format. The most important information is front-loaded.

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-only listing tool with two optional parameters and an output schema, the description covers defaults, constraints, user scope, and result date format. Nothing essential is missing.

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%, so parameters are already documented thoroughly. The description largely restates the same defaults and limit, adding little new meaning for the parameters themselves.

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 uses a specific verb and resource: 'List daily notes of the authenticated user in a time window.' This clearly distinguishes the tool from calendar/event siblings and states its exact scope.

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 intended use is clear from the description: retrieve daily notes over a time window with optional bounds. It does not explicitly name alternatives or exclusion criteria, but the context is strong enough that an agent can decide when to use it.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources