Skip to main content
Glama
navidmoazzez

Podcast Index MCP

by navidmoazzez

What this server can currently reach

status
Read-onlyIdempotent

Diagnose permission or connectivity issues by checking credential status, server clock skew, and available tool groups. Run this first to avoid misinterpreting empty results.

Instructions

Report whether the Podcast Index credentials are configured and working, how far this machine's clock is from the server's, and which tool groups are available. Call this first when anything is failing in a way that looks like a permissions or connectivity problem, rather than inferring the cause from an empty result.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds behavioral context by naming the diagnostic facts it produces (credential status, clock offset, tool-group availability) and seuence as a first-line check. It is consistent with the annotations and does not need to repeat them.

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?

Two dense sentences containing no wasted words: the first lists what is reported, the second gives the key usage scenario. The most actionable information is front-loaded.

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?

For a zero-param diagnostic tool with no output schema, the description gives enough to decide when to invoke it and what it will verify. It could name the return format or fields, but that is not essential for tool selection and invocation in this simple case.

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

Parameters4/5

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

The tool takes zero parameters and schema description coverage is vacuously 100%. With no parameters to document, the description needs no extra parameter info, so the baseline 4 applies.

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 uses a concrete verb (Report) with three specific resources: Podcast Index credentials, clock skew, and available tool groups. This uniquely identifies a status/diagnostic tool and distinguishes it from every sibling search/get/submit tool.

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?

Explicit usage guidance: 'Call this first when anything is failing in a way that looks like a permissions or connectivity problem.' It also tells the agent what to avoid ('rather than inferring the cause from an empty result'), giving clear when/why-not conditions.

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