Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

sportingnews_sections

Retrieve Sporting News US sport, league, and topic feeds to use with the headlines endpoint.

Instructions

Get Sporting News sections. Returns the public Sporting News US sport, league and topic feeds accepted by the headlines endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It does communicate that the tool 'Returns' data and that the data is 'public,' signaling a read-only, unauthenticated operation. It does not describe output shape, pagination, or error behavior, but for a zero-parameter listing endpoint the core behavior is sufficiently disclosed.

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 action front-loaded and the second sentence adding scope and downstream usage context. There is no filler and no redundant repetition of schema data.

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 no-parameter endpoint without an output schema, the description is nearly sufficient: it names the domain (Sporting News US), the content type (sport/league/topic feeds), and the consumer (the headlines endpoint). It only omits minor details such as the exact shape of the returned list.

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 there are no argument semantics for the description to clarify; the baseline for a no-parameter tool is 4. The mention of 'feeds accepted by the headlines endpoint' also provides useful context about what the returned values will be used for.

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 opens with a clear verb-resource pair, 'Get Sporting News sections,' and immediately narrows the scope to 'public Sporting News US sport, league and topic feeds,' which is more specific than the tool name alone. It stops short of explicitly contrasting itself with siblings like sportingnews_headlines or sportingnews_news, so it does not fully earn 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 Guidelines3/5

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

The phrase 'accepted by the headlines endpoint' gives a concrete usage hint: this tool is the source of valid feed identifiers for the sportingnews_headlines tool. However, it does not explicitly state when to prefer this over other section/news tools or list exclusions, leaving usage guidance implied rather than explicit.

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