Skip to main content
Glama

Search Episodes

search_episodes
Read-onlyIdempotent

Search Rick and Morty episodes by name or episode code (S01E03 style). Returns episode metadata including air date, character list, and ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoEpisode name to search for (partial match).
pageNoPage number (1-based, default 1).
episodeNoEpisode code (e.g., "S01E03").

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hintNoHint message when no results found
pageNoCurrent page number
countNoNumber of matching episodes
foundNoWhether any episodes matched the search
pagesNoTotal number of pages
totalNoTotal number of matching episodes
episodesNoList of matching episodes
has_moreNoWhether there are more pages

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already cover read-only, open-world, idempotent, and non-destructive behavior. The description adds a summary of returned metadata (air date, character list, ID), which is useful but does not disclose deeper behavioral traits like pagination or partial-match handling. No contradiction with 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?

The description is a single, well-structured sentence that efficiently conveys the action, resource, search criteria, and output. There is no redundant or filler content.

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?

The tool is a simple search operation with rich annotations, a fully described input schema, and an output schema. The description covers the core purpose and return type, providing adequate context for an agent to select and invoke the tool correctly.

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 input schema has 100% coverage with descriptions for name, page, and episode. The description reinforces the search modes and gives an episode code format example, but it does not add significant semantic value beyond what the schema already provides.

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 clearly states a search action on Rick and Morty episodes, specifies search criteria (name or episode code), and notes return metadata. It distinguishes itself from sibling tools like get_episode by framing the tool as a search rather than an exact lookup.

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 usage for searching by name or episode code, but it does not explicitly state when to use this tool versus alternatives like get_episode or search_characters. There are no exclusion criteria or alternative recommendations, leaving usage guidance somewhat implicit.

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.