Skip to main content
Glama
navidmoazzez

Podcast Index MCP

by navidmoazzez

Search podcasts by title only

search_podcasts_by_title
Read-onlyIdempotent

Find a podcast by title alone when generic searches return irrelevant mentions. Enter a full or partial show title to get precise matches, with options to exclude explicit content and include near matches.

Instructions

Search shows by title alone, ignoring author and owner. Use this when you know roughly what a show is called and a general search returned a wall of shows that merely mention the words. Much more precise than search_podcasts for a known name, and much worse for a topic.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesThe show title, or part of it.
maxNoHow many to return. Defaults to 20.
cleanNoExclude anything the publisher marked explicit.
similarNoAlso return near matches on the title.
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is covered. The description adds meaningful behavioral context beyond the annotations: it performs title-only matching, ignores author/owner, and is more precise for known names but weak for topic searches. This is useful qualitative behavior not evident from the schema alone.

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, front-loaded with the core scoping constraint, then the usage context, then a direct comparison to the sibling. Every sentence earns its place and there is no redundant repetition of schema or annotation information.

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 robust annotations and full schema coverage. The description fully covers what the tool does, when to use it, and how it compares to alternatives. No critical information is missing for an agent to select and invoke it 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?

Schema description coverage is 100%, so the schema fully documents all four parameters. The description adds general context about title-only matching but does not add new parameter-level semantics beyond what the schema provides. Baseline 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 states a specific verb and resource ('Search shows by title alone') and explicitly distinguishes itself from search_podcasts by clarifying it ignores author and owner. It is immediately clear what this tool does and how it differs from its closest sibling.

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?

The description gives concrete when-to-use guidance: use it when you know roughly what a show is called and a general search returned too many unrelated results. It also directly names search_podcasts as the alternative and characterizes when that sibling is better ('much worse for a topic').

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

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/navidmoazzez/podcastindex-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server