Skip to main content
Glama

Feedpeck: RSS Feed Finder & Reader by Website

Latest posts of a website

latest_posts
Read-onlyIdempotent

Get the newest posts of one website from its main feed: title, URL, published date, author, plain-text summary (max 300 chars), categories and image. Use to catch up on a blog, news site, subreddit, YouTube channel or GitHub releases without scraping pages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteYesWebsite, domain or feed URL, e.g. "github.blog"
limitNoHow many posts (1-10)

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is covered. The description adds useful context (max 300 char summary, fields returned) but does not disclose any special behavioral caveats like rate limits or failure modes. With annotations present, this level of transparency is adequate but not exceptional.

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?

A single, well-structured sentence packs a clear result list, use cases, and the 'without scraping' advantage. No filler, and the most important information (what is returned) is front-loaded.

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 read-only tool with only two parameters, the description is nearly complete. It names all key fields returned and the summary length cap, which is sufficient for an agent to understand the output. It could be more explicit about error behavior or the exact JSON envelope, but the absence of an output schema is partially mitigated by the explicit field list.

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 schema already documents both parameters. The description does not add any parameter-level meaning beyond what the schema provides; it only reiterates that it reads from the main feed. Baseline 3 is correct since no compensation is needed.

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 precise verb ('Get') and resource ('newest posts of one website from its main feed') and enumerates the exact fields returned (title, URL, published date, author, summary, categories, image). It also lists concrete use cases (blog, news, subreddit, YouTube, GitHub) that distinguish it from a feed-finder sibling, making the tool's scope unmistakable.

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 gives explicit when-to-use guidance by naming target content types and contrasting with 'scraping pages'. It implies the prerequisite of an existing feed, but it does not explicitly say 'if you don't know the feed, use find_feeds first'. Given the sibling exists, a direct mention would earn a 5; the current guidance is clear but not fully explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources