Skip to main content
Glama

rss_parse

Fetch and parse RSS/Atom feeds into structured JSON, eliminating XML parsing and reducing token usage. Ideal for news aggregation and content monitoring.

Instructions

Fetch and parse an RSS 2.0 or Atom 1.0 feed URL. Returns structured JSON with feed metadata (title, description, language, last-build date) and an array of items (title, link, pubDate, author, categories, description, enclosure). Use instead of fetching raw XML — saves 90%+ of tokens and eliminates XML parsing in the agent. Ideal for news aggregation, content monitoring, and feed-based workflows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesRSS or Atom feed URL (http:// or https://).
maxItemsNoMax feed items to return (default 20, max 200).
Behavior3/5

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

No annotations are provided, so the description must carry full burden. It describes the output format and token savings but does not discuss error handling, authentication, rate limits, or behavior for invalid URLs. The description adds moderate context beyond the schema but lacks full transparency.

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 sentences, each essential. Purpose is front-loaded, and the description is highly concise with no wasted words.

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 no output schema, the description provides detailed information about the returned JSON structure (feed metadata and item fields) and lists use cases. Missing error behavior details, but overall sufficient for the tool's simplicity.

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 coverage is 100%, and the description does not add significant meaning beyond the schema's parameter descriptions. It mentions token savings indirectly but does not elaborate on parameter usage or constraints.

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 action ('Fetch and parse') and the resource ('RSS 2.0 or Atom 1.0 feed URL'), and distinguishes from siblings like fetch_html and sitemap_parse by focusing on RSS/Atom feeds.

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?

The description explicitly advises using this tool instead of fetching raw XML, highlighting token savings and elimination of parsing. It also lists ideal use cases (news aggregation, content monitoring). However, it does not explicitly mention when not to use it or compare to all alternatives.

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

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/icosaedro-git/toolsnap-mcp'

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