Skip to main content
Glama

Remind the people who have not recorded yet.

chase_the_missing

Works out who is still out, emails a reminder to the ones with an address, and hands back a message naming them, ready for the group chat and ready for one person. A person gets at most one reminder a day and three in all, and never one after they have asked to stop.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bookYesThe handle start_book gave you.
also_emailNoLeave it out to send the reminder. Set it false to get the message and the taps only.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.9/5.0
Behavior5/5

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

The description goes well beyond the annotations by disclosing concrete side effects: it sends emails, returns a message, sends at most one reminder per day, at most three total, and respects opt-out requests. This is exactly the behavioral detail agents need for a mutating tool.

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?

Two sentences cover the main action, output, and key limits. The phrasing 'ready for the group chat and ready for one person' is slightly awkward and repetitive, but overall the description is compact and front-loaded with the primary behavior.

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?

With only two simple parameters and no output schema, the description supplies the essential behavioral context: what is computed, what is emailed, what is returned, and the rate/opt-out limits. It lacks details such as what happens when no one is missing or what 'the taps' means, but it is sufficiently complete for low complexity.

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 the schema already explains 'book' and 'also_email'. The description adds a little context around the message being 'ready for the group chat and ready for one person', but it does not meaningfully extend the parameter semantics beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The title and description clearly identify the operation: compute who has not recorded and email them a reminder. It adds specific verbs ('works out', 'emails', 'hands back') and a resource (the book's missing people). However, it does not explicitly contrast itself with siblings like send_it_out, so differentiation is implicit rather than explicit.

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

Usage Guidelines3/5

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

The description implies the tool is for chasing people who have not yet recorded, and explains the two modes of use (with or without email). It does not state when to prefer this tool over alternatives or provide exclusions, so usage guidance is implied rather than direct.

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