Skip to main content
Glama
crunchtools

mcp-feed-reader-crunchtools

by crunchtools

list_entries_tool

Retrieve RSS/Atom feed entries with optional filters for feed, category, unread status, and pagination. Control result size with limit and offset to find specific entries.

Instructions

List entries with optional filters.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax entries to return (1-500, default: 50)
offsetNoPagination offset (default: 0)
feed_idNoFilter by feed ID
category_idNoFilter by category ID
unread_onlyNoShow only unread entries (default: True)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it only states a generic listing action. It fails to mention key behaviors such as the default 'unread_only=true' filter, pagination via limit/offset, or how multiple filters are combined.

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 a single concise sentence with no unnecessary words. It is front-loaded and easily readable, though it lacks detail that would make the extra brevity a strength.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is too sparse for a tool with 5 parameters and no annotations. It omits crucial default behavior (e.g., unread_only defaults to true) and does not explain how filters interact or what the output represents. The presence of an output schema mitigates the need for return value details, but overall context is insufficient.

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%, with all five parameters well-documented including defaults and constraints. The description adds no extra parameter context, but the schema provides sufficient semantics, so the baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the action 'list' and resource 'entries' clearly, with 'optional filters' indicating parametrization. It distinguishes from 'list_feeds_tool' by the resource type, though it does not explicitly contrast with 'search_entries_tool'.

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?

No guidance is provided on when to use this tool versus alternatives like 'search_entries_tool' or 'read_entry_tool'. There is no mention of use cases, prerequisites, or exclusions.

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/crunchtools/mcp-feed-reader'

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