Skip to main content
Glama

Search

search
Read-onlyIdempotent

Search the Apple iTunes catalog by keyword across music, movies, podcasts, TV shows, apps, ebooks, and more; filterable by media type, entity, country, and explicit flag; returns up to 200 matching items with metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoen_us | ja_jp (default en_us)
termYesSearch query
limitNo1-200 (default 50)
mediaNomusic | movie | podcast | musicVideo | audiobook | shortFilm | tvShow | software | ebook | all (default all)
entityNoRefines media — e.g. "song", "album", "movieArtist", "tvSeason"
countryNoISO 3166-1 alpha-2 (default us)
explicitNoYes (default) | No — exclude explicit content
attributeNoRestrict matching field — e.g. "artistTerm", "albumTerm", "movieTerm"

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYesArray of search result items
resultCountYesNumber of results returned

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already indicate the tool is read-only, open-world, idempotent, and non-destructive. The description adds useful behavioral details such as returning up to 200 items with metadata and filterability, without contradicting the annotations.

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?

The description is a single sentence that efficiently conveys the tool's purpose and key capabilities, though it could benefit from slightly more structure to improve readability.

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?

Given the tool's complexity (8 parameters, output schema exists), the description adequately covers usage context, filter options, and return limits. The presence of an output schema makes further detail on return values unnecessary.

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 all parameters. The description does not add new semantic details beyond what the schema already provides, so the baseline score of 3 is appropriate.

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 the tool searches the Apple iTunes catalog by keyword and lists the types of content covered (music, movies, etc.). It distinguishes from sibling tools by specifying a distinct domain (iTunes) and filtering options.

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 provides clear context for when to use the tool (searching iTunes catalog) but does not explicitly mention when not to use it or suggest alternatives like search_within or deep_research among the sibling tools.

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.