Skip to main content
Glama

get_reminders

Read-onlyIdempotent

Get reading reminders the user has set for saved posts — upcoming, past-due, or all.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default: 20, max: 50)
filterNoFilter reminders: upcoming (future), past_due (overdue), or all (default: all)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

Annotations already signal readOnly, idempotent, and non-destructive behavior. The description adds scoping (saved posts) and filter states, but does not disclose return shape, ordering, or pagination behavior beyond the limit parameter.

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?

One front-loaded sentence that names the resource, scope, and all relevant filter modes with zero filler.

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 list tool with fully documented parameters and annotations, nothing essential to invoking it correctly is missing. The lack of an output schema is acceptable because the response is a straightforward reminders list.

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%, with limit and filter already documented. The description only restates the three enum values and adds no extra meaning beyond the schema.

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 combines a specific verb ('Get'), resource ('reading reminders'), and scope ('the user has set for saved posts'), with the three filter categories. This differentiates it from sibling tools like get_notes or get_unread by naming a distinct reminder resource.

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?

It establishes clear context: this retrieves the user's saved-post reminders and supports upcoming/past-due/all filters. It does not explicitly name alternative tools or exclusion conditions, but the resource is distinct enough among siblings that an agent can infer 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