Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

vanityfair_headlines

Retrieve headlines from a Vanity Fair section by providing its section slug. Get clean JSON data for that section's public listing page.

Instructions

Get Vanity Fair section headlines. Returns fresh headlines from one Vanity Fair section's public listing page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionYesVanity Fair section slug

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations provided, the description carries the burden. It adds useful context by calling the headlines 'fresh' and mentioning the 'public listing page,' implying a public read operation. It does not disclose pagination, result limits, or output shape, but nothing contradicts the stated behavior.

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?

Two short sentences with the primary verb and resource front-loaded. The second sentence adds scope context without any filler or redundancy.

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 single-parameter tool with a fully covered enum schema, the description is sufficient for an agent to understand what it will fetch. It does not enumerate the headline object's fields, but no output schema exists and the expected result is simple enough that this is a minor gap.

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 coverage is 100%: the single `section` parameter is fully described in the schema with an enum of valid slugs. The tool description only reinforces that the section is the selector, so the baseline of 3 applies; it adds no new parameter-level information.

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 clearly states the action ('Get'), the resource ('Vanity Fair section headlines'), and the scope ('one Vanity Fair section's public listing page'). It reads distinctly from article, author, and section sibling tools, though it does not name a specific alternative.

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

Usage Guidelines3/5

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

The description implies when to use it: when you need current headlines from a particular Vanity Fair section. However, it provides no explicit when-not-to-use guidance and does not contrast with siblings like vanityfair_news or vanityfair_sections.

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