Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

patreon_rss

Fetch public Patreon podcast RSS feeds using campaign ID and show ID. Returns channel metadata and episodes from the canonical public feed, excluding private member feeds.

Instructions

Get an explicitly public Patreon podcast RSS feed. Returns public podcast channel metadata and episodes from Patreon's canonical public RSS feed. campaign_id and show_id are the numeric IDs in the public feed URL. Private member feeds and authentication URLs are not supported.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
show_idYesNumeric Patreon show id
campaign_idYesNumeric Patreon campaign id

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full disclosure burden and does it well: it states the source is Patreon's 'canonical public RSS feed', limits the tool to explicitly public feeds, and warns that private member feeds and auth URLs are unsupported. This meaningfully informs an agent of failure modes without relying on structured metadata.

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, zero filler, with the core purpose front-loaded and the usage boundary placed at the end. Every sentence earns its place: what it does, what it returns, how to find the params, and what it cannot do.

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 simple two-parameter fetch tool with no output schema, the description covers the essentials: return content, ID provenance, and scope limitations. It could additionally mention pagination or behavior for non-public feeds, but these are minor gaps for a feed-fetch tool whose public/private boundary is already explicit.

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?

Schema coverage is 100%, so the schema already identifies each parameter as a numeric ID. The description adds genuine value by explaining that campaign_id and show_id come from the public feed URL, giving the agent a concrete way to locate correct values beyond the schema's terse descriptions.

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?

States a specific verb and resource ('Get an explicitly public Patreon podcast RSS feed'), names the return content ('podcast channel metadata and episodes'), and scopes it precisely with 'explicitly public'. This distinguishes it from Patreon siblings that fetch creator profiles or tiers, and from audio-streaming siblings like Spotify/Apple podcast tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear context by explaining the ID provenance ('numeric IDs in the public feed URL') and states an explicit exclusion ('Private member feeds and authentication URLs are not supported'). It does not name alternative sibling tools for private/member data, but the public-only scope effectively routes the agent away from this tool for non-public use cases.

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

Install Server

Other Tools