Skip to main content
Glama

Trending

trending
Read-onlyIdempotent

Get trending podcasts across the open podcast database, ranked by recent activity. Optionally filter by language or category. Returns podcast title, author, categories, artwork, and trend score. Example: trending({ max: 10, lang: "en", cat: "Technology" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
catNoOptional category filter, e.g. "Technology", "News"
maxNoMaximum number of trending podcasts to return (default 10, max 40)
langNoOptional language filter, e.g. "en", "es"
_apiKeyNoOptional — your own Podcast Index credentials as KEY:SECRET for higher limits; omit to use the shared Pipeworx key.

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already indicate readOnly, idempotent, and non-destructive behavior. The description adds concrete behavioral details: it returns specific fields (title, author, categories, artwork, trend score) and provides an example call. This adds meaningful context beyond annotations. No contradictions.

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 two concise sentences plus a clear example. Every sentence adds value: first states purpose and filters, second lists return fields, third shows usage. No redundancy, perfectly 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?

Given there is no output schema, the description sufficiently explains what is returned. The tool is simple and the description covers key aspects: source, ranking, filters, and return fields. It could mention pagination or default limit, but the schema's max property description covers the limit. Overall complete enough for this tool.

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 baseline is 3. The description mentions optional filters and the example shows parameter usage, but it does not explain semantics beyond what the schema already provides (e.g., default values or format constraints). This is adequate but not exceptional.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Get trending podcasts'), the resource ('across the open podcast database'), and the ranking basis ('ranked by recent activity'). It also mentions optional filters. However, it does not differentiate from the sibling tool 'pipeworx_trending', so it loses a point for not helping the agent distinguish between similar tools.

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 a clear use case (getting trending podcasts) and includes an example invocation. However, it does not specify when not to use this tool or mention alternatives, leaving the agent to infer usage boundaries. This is adequate but lacks explicit guidance.

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.

TDQS

A3.9/5.0
Disambiguation4/5

Most tools have distinct purposes, but ask_pipeworx and ask_pipeworx_grounded overlap (one is grounded), and bet_research/validate_claim/compare_entities/entity_profile all query Pipeworx data with different intents, which could cause confusion.

Naming Consistency4/5

Names are consistently lower_snake_case and mostly follow a verb_noun pattern (e.g., search_podcasts, get_podcast, list_subscriptions). A few compound names like pipeworx_feedback and polymarket_arbitrage deviate slightly but remain readable.

Tool Count2/5

30 tools is excessive for a server named 'Podcastindex'. It aggregates unrelated domains (podcasts, Pipeworx queries, Polymarket, memory, etc.), making it feel like a kitchen sink rather than a focused tool set.

Completeness3/5

For podcasts, the tool set covers search, metadata, episodes, and trending but lacks subscription management. For the broader Pipeworx domain, ask_pipeworx and discover_tools provide wide access, but specific gaps exist (e.g., no direct SEC filing query). Overall, the surface is broad but uneven.