Skip to main content
Glama

Who has gone quiet

quiet_contacts
Read-only

People the user has not written to in a while, quietest first, with the date of the last thing they sent. Use when a skill needs to know who has gone quiet rather than to rank who is worth contacting: which clients have drifted, who is overdue a note, has anyone been silent since a given point. Judged on sent mail, so it measures what the user did rather than what arrived. days sets the line; the default is six months, which is the corpus's dormancy line rather than a tuned one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoQuiet for at least this many days. Default 182.
limitNoMax people (default 20, max 100).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.9/5.0
Behavior5/5

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

Annotations only mark readOnlyHint=true; the description adds that results are judged on sent mail rather than what arrived, and that the default six-month cutoff is the corpus dormancy line rather than a tuned threshold. This gives meaningful behavioral context beyond structured annotations.

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 sentences, all informative: output shape, use cases, data source, and default semantics. No filler; the most important functional information appears first.

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 tool with two optional documented parameters and no output schema, the description covers what is returned, the ordering, the basis, applicable contexts, and the meaning of the main parameter. Nothing necessary for correct invocation is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Parameter schema already covers both params at 100%, so baseline is 3. The description adds value by explaining that days 'sets the line' and its default corresponds to the corpus's dormancy line, which the schema alone does not convey.

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?

Description states the tool returns people the user has not written to in a while, ordered quietest first, with the date of their last sent item. It also distinguishes this from ranking who is worth contacting, so an agent can tell it apart from related sibling tools.

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?

Explicitly says 'Use when a skill needs to know who has gone quiet rather than to rank who is worth contacting' and gives concrete cases: drifted clients, overdue notes, silence since a given point. This is strong when/when-not guidance, even without naming a sibling.

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.