Skip to main content
Glama

get_rss_feeds_status

Check configured RSS feeds' status, including available data dates, total date count, and today's item counts per source.

Instructions

获取 RSS 源状态信息

查看当前配置的 RSS 源及其数据统计信息。

Returns: JSON格式的 RSS 源状态,包含: - available_dates: 有 RSS 数据的日期列表 - total_dates: 总日期数 - today_feeds: 今日各 RSS 源的数据统计 - {feed_id}: { name, item_count } - generated_at: 生成时间

Examples: - get_rss_feeds_status() # 查看所有 RSS 源状态

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/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 the return structure (available_dates, total_dates, today_feeds, generated_at) and provides an example, adding value beyond the empty schema. The term 'view' implies a read-only operation, but it does not explicitly state whether it has side effects or requires permissions. However, for a status tool, the main behavioral aspects are covered well.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured: a one-line purpose (in Chinese), followed by a 'Returns' section listing fields, and an example. It is concise and front-loads the primary function. The use of both Chinese and English is slightly unconventional but does not harm clarity, and every sentence adds relevant information.

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 zero-argument status tool, the description is complete: it explains what it does, what data it returns (including all fields), and gives an example. It does not mention error conditions or behavior when no feeds are configured, but these are likely unnecessary for a read-only status endpoint. The presence of an output schema in the description covers the return format, so nothing critical is missing.

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?

The tool has zero parameters, so there is nothing for the description to explain beyond confirming that no arguments are needed. The example 'get_rss_feeds_status()' reinforces this. Given the baseline for 0 parameters is 4, the description appropriately handles parameter semantics without unnecessary detail.

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 tool gets RSS feed status information, elaborating that it shows currently configured RSS sources and their data statistics. This distinguishes it from siblings like get_latest_rss (which returns content) or get_system_status (which is about system-level status), so an agent can readily understand the specific purpose.

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

Usage Guidelines2/5

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

There is no explicit guidance on when to use this tool versus alternatives. It does not mention when to prefer it over get_latest_rss or get_system_status, and the provided example ('get_rss_feeds_status()') only demonstrates a call without giving scenarios or exclusions. The usage context is entirely implicit from the name and description.

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/AY08siliang/TrendRadar'

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