Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

theverge_headlines

Fetch current headlines from a specified The Verge section, such as tech, reviews, or AI, to retrieve fresh article titles in clean JSON.

Instructions

Get The Verge section headlines. Returns fresh headlines from one public The Verge section.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sectionYesThe Verge 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 full burden of behavioral disclosure. It notes that headlines are 'fresh' (current) and from 'public' sections (no auth required), which is useful. However, it does not describe the return format, pagination, or any potential limitations (e.g., section availability). For a straightforward read operation, this is adequate but not rich.

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 sentences with zero waste. The core action and scope are front-loaded, and there is no redundant detail. The description is appropriately sized for a simple tool.

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 tool with one parameter, no output schema, and a simple purpose, the description covers the essential information: what it does and the section parameter. It does not explain the exact structure of returned headlines, but that is often implicit for such a tool. Minor gaps like pagination or error behavior are not critical given the simplicity.

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?

The schema already fully documents the single 'section' parameter with an enum and description ('The Verge section slug'), providing 100% coverage. The description only redundantly mentions 'section' without adding syntax, format, or additional context beyond the schema. Baseline 3 is appropriate when the schema handles parameter semantics.

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 clear verb (Get), a specific resource (The Verge section headlines), and the scope (from one public The Verge section). It explicitly differentiates from sibling tools like theverge_news by focusing on 'headlines' rather than news articles, and the section-based selection is obvious from the name and description.

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?

The description provides no guidance on when to use this tool versus alternatives. While sibling tools like theverge_sections and theverge_news exist, there is no explicit statement about when headlines are preferred over news or section lists, nor any exclusions or caveats. The usage context is only implied by the word 'headlines'.

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