Skip to main content
Glama

Blind date with a book

blind_date
Read-only

Get a serendipitous book pick by seeing the opening sentence first, then revealing the title. Customize with a seed or exclude titles for a tailored discovery.

Instructions

Serendipity spin: a random shelf at random depth — present the first sentence first, then the reveal

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNo
countNo
intentNo
excludeNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.2/5.0
Behavior3/5

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

Annotations already provide readOnlyHint=true, openWorldHint=true, and idempotentHint=false, covering safety and unpredictability. The description adds the behavioral detail of 'present the first sentence first, then the reveal', which is a unique two-step presentation mechanic not inferable from annotations. However, it does not disclose other behaviors like whether the random selection is truly uniform, whether exclude is respected, or how seed affects results. Given annotation coverage, the additional context warrants a 3.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, so it is concise in length. However, it is more poetic than informative, using 'serendipity' and 'shelf at random depth' without concrete grounding. It front-loads an evocative label rather than a functional statement. While it wastes no words, it also does not earn its place by conveying actionable information. Under-specification is closer to a 2 than a 5.

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

Completeness1/5

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

Given the tool has 4 parameters, no output schema, and 0% schema coverage, the description must carry the full burden of explaining what the tool does, what it returns, and how parameters affect results. It does none of this. The metaphor of 'shelf' and 'depth' is undefined, and the reveal mechanic is not operationalized. The description is severely inadequate for an agent to call this tool correctly.

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

Parameters1/5

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

The input schema has 4 parameters (seed, count, intent, exclude) with 0% description coverage. The description entirely ignores these parameters, providing zero hints about their purpose, defaults, or allowed values. The agent has no way to know what seed controls, what intent means, or how exclude works. This is a severe gap that the description must compensate for, and it fails to do so.

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

Purpose3/5

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

The description uses metaphorical language ('Serendipity spin: a random shelf at random depth — present the first sentence first, then the reveal') to convey the concept of a blind-date-with-a-book tool. It implies a random book pick with a reveal mechanic, but does not explicitly state the core function (e.g., 'returns a random book suggestion'). It distinguishes from siblings only through the serendipity/randomness angle, which is implicit rather than explicit. Not tautological, but vague enough to score a 3.

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

Usage Guidelines2/5

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

No guidance is given on when to use this tool versus siblings like recommend or free_classics. The description does not mention alternatives, conditions, or exclusions. The 'serendipity' notion implies a use case, but it is left entirely to the agent to infer. No explicit 'use this when...' or 'avoid when...' is present.

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