Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

apnews_news

Fetch AP News top stories as clean JSON. Use this tool to retrieve current headlines from the AP News Top News hub, with browser rendering available if AP's edge challenge blocks standard requests.

Instructions

Get AP News top stories. Returns AP News top stories from the public AP News Top News hub. The service uses the configured production browser fleet when ordinary HTTP transport encounters AP's edge challenge; it does not bypass authentication or access controls. Billing is 1 credit for an HTTP-profile success and 5 credits when browser rendering is required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden, and it does well: it explains the browser-fleet fallback for AP's edge challenge, states that authentication/access controls are not bypassed, and discloses credit costs for both HTTP and browser-rendering paths. It does not describe the output shape, but that is a minor gap for a simple zero-parameter fetch.

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?

The description is compact and front-loaded with the core purpose, then adds valuable behavioral and billing details without repetition or fluff. Every sentence contributes useful information for an agent deciding whether and how to invoke the 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 zero-parameter tool with no output schema, the description is largely complete: it identifies the source, the fallback behavior, the no-auth-bypass guarantee, and the billing implications. The only notable absence is a description of the return structure, which would be helpful but is not critical for an agent to make the call.

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, so the description need not explain parameter meaning. The no-parameter baseline of 4 applies, and the description correctly implies this is an unparameterized fetch by simply stating it returns top stories.

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 AP News top stories' from the 'public AP News Top News hub.' It is clear what the tool returns, though it does not explicitly differentiate itself from the sibling tool apnews_headlines, leaving some ambiguity about the distinction between top stories and headlines.

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 gives context about the data source ('public AP News Top News hub') and operational details, so an agent can infer when to use it for AP top stories. However, it provides no explicit guidance on when to choose this tool over siblings like apnews_headlines, apnews_article, or apnews_news.

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