Skip to main content
Glama

Fetch Rss

fetch_rss

Parses RSS/Atom feeds to return article titles, links, publication times, and summaries. Provide a feed URL and optional limit to retrieve content.

Instructions

解析 RSS/Atom 订阅源,返回文章列表(标题/链接/发布时间/摘要)。

参数: url: RSS/Atom 订阅地址,如 https://www.ruanyifeng.com/blog/atom.xml limit: 最多返回的文章条数

返回: 纯文本文章列表,每篇包含 标题、链接、发布时间、摘要。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
limitNo最多返回文章数,1-50,默认 15

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool parses feeds and returns a plain-text article list with specific fields, which is useful. However, it does not mention error behavior, network timeouts, authentication needs, or the fact that malformed/non-feed URLs will be rejected.

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 compact and well-structured with separate sections for purpose, parameters, and return value. Every sentence provides useful information, and the most important operation is stated first.

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?

This is a simple tool with only two parameters, an output schema, and a clear return-value description. The description is sufficient for correct invocation. It could be more complete by mentioning that only valid RSS/Atom sources are supported, but this is largely implied and not a serious gap.

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 50% because the 'url' parameter has no schema description. The description compensates by explaining the URL parameter and providing a concrete example URL. The 'limit' parameter is already documented in the schema with a range and default, so the description adds little beyond that.

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 specific verb '解析' (parse) and names the exact resource (RSS/Atom feed), plus the returned fields. This clearly distinguishes it from generic web-fetching siblings like fetch_web and fetch_urls.

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 implies it is for RSS/Atom feeds only, and the sibling names suggest alternatives, but there is no explicit statement of when to use fetch_rss versus fetch_web, fetch_web_md, or fetch_urls. The agent must infer the usage boundary from the resource type.

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/IYABAO/fluxio-mcp'

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