Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

vanityfair_news

Fetches Vanity Fair top stories from its public RSS feed, returning clean JSON headlines and article data.

Instructions

Get Vanity Fair top stories. Returns fresh Vanity Fair top stories from its public RSS feed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

B3.3/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 behavioral burden. It does disclose that the tool reads a 'public RSS feed' (implying read-only, no auth) and that stories are 'fresh' (current). However, it does not mention output structure, number of stories, pagination, or whether full article text is included, so transparency is only partial.

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 short two-sentence definition with no fluff. The first sentence states the core purpose, and the second adds the source and freshness. There is minor redundancy ('Vanity Fair top stories' appears twice), but it remains appropriately sized and front-loaded.

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

Completeness3/5

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

For a zero-parameter list tool, the description is adequate but not fully complete. It states the output is top stories from an RSS feed, but without an output schema the agent is left guessing about the structure of each story (e.g., title, URL, summary, date). Given the simplicity of the tool, this is a moderate gap rather than a severe one.

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 and the schema coverage is 100% (empty schema). Per the rubric, a 0-parameter tool receives a baseline of 4 because there is no parameter semantics to clarify. The description does not need to add anything about parameters.

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 a specific verb and resource: 'Get Vanity Fair top stories.' The addition of 'from its public RSS feed' adds source clarity. However, it does not explicitly differentiate from closely named siblings like vanityfair_headlines or vanityfair_news (the tool itself), so it misses the sibling-discrimination that would merit a 5.

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 guidance on when to use this tool versus alternatives such as vanityfair_headlines, vanityfair_article, or vanityfair_sections. The description implies 'use this for top stories' but provides no explicit selection criteria, prerequisites, or exclusions. For a tool in a large news family, this is a clear gap.

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

Deploy Server

Other Tools