Skip to main content
Glama
JingHao-Leon

mcp-stock-quote

by JingHao-Leon

read_rss_feed

Fetch RSS/Atom feed entries, returning titles, links, and publish times. Monitor financial news or any website updates directly from your assistant.

Instructions

读取 RSS/Atom 订阅源的最新条目(标题、链接、发布时间)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes订阅源地址,如 https://example.com/feed.xml
limitNo返回条数,默认 10
Install Server

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses that the operation is a read and lists the returned fields, but does not mention network fetching behavior, error handling, caching, or what happens with invalid feeds. Basic behavior is covered, but edge cases are not.

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 a single, front-loaded sentence that conveys the core purpose and return fields without waste. Every word earns its place.

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?

Although there is no output schema, the description explicitly lists returned fields (title, link, publish time). The two parameters are fully documented in the schema, and the tool's simplicity means nothing critical is missing for an agent to call it correctly.

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 does not add parameter-specific meaning beyond the schema, but the schema already documents both 'url' and 'limit' adequately.

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 states a specific verb ('read') and resource ('RSS/Atom feed'), and specifies what is returned (latest entries with title, link, publish time). This clearly distinguishes it from the unrelated sibling tools (stock quotes, weather, word counts).

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 clearly indicates the tool is for reading RSS/Atom feeds, so the use case is obvious. It does not explicitly mention alternatives or exclusions, but siblings are in different domains, so no such guidance is necessary.

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/JingHao-Leon/mcp-server-template'

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