Skip to main content
Glama

Caption

caption
Read-onlyIdempotent

Caption for a specific (episode, timestamp).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
showNo
episodeYesEpisode key, e.g. "S05E15" (Simpsons).
timestampYesFrame timestamp (ms) from search results.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "episode": "S05E15",
      +    "timestamp": 45000
      +  },
      +  {
      +    "episode": "S10E08",
      +    "show": "simpsons",
      +    "timestamp": 120500
      +  }
      +]
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "description": "Caption data for a specific episode and timestamp",
      +  "type": "object"
      +}
  2. First observed

TDQS

C2.8/5.0
Behavior3/5

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

Annotations already declare the tool as read-only, idempotent, and non-destructive. The description adds no additional behavioral insights (e.g., rate limits, auth needs, or output format). Since annotations cover core behavior, a score of 3 is appropriate.

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

Conciseness3/5

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

The description is extremely concise (7 words) but lacks structure and completeness. It conveys the core resource and scope but is almost too brief to be useful.

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

Completeness3/5

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

The tool has a simple input schema, helpful annotations, and an output schema. The description provides the essential context (resource and key parameters) but does not elaborate on the tool's behavior beyond what is already in the schema and annotations. It is minimally complete.

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?

The description reiterates the parameter names from the schema without adding new semantics. The 'show' parameter lacks description in both the schema and description, resulting in incomplete parameter documentation. With 67% schema coverage, a score of 3 is appropriate.

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 identifies the resource ('Caption') and scope ('specific (episode, timestamp)') but lacks an explicit verb (e.g., 'Get', 'Retrieve'). It does not differentiate from sibling tools like 'search' or 'search_within' which could also retrieve captions.

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 usage guidelines are provided. The description does not indicate when to use this tool over siblings such as 'search' or 'search_within', nor does it mention any prerequisites or constraints.

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.