Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

space_sections

Retrieve Space.com category taxonomy to identify available sections for news headlines. Returns structured JSON list of public sections for filtering or navigation.

Instructions

Get Space.com sections. Returns the public Space.com category taxonomy used by the headlines endpoint.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4.4/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. It explicitly says the data is "public," signaling no authentication requirement, and describes a read-only "returns" operation. It doesn't mention rate limits or response details, but nothing about the tool suggests destructive or state-changing 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?

The description is a single, tight sentence that front-loads the action and resource, then adds one useful clarification about the taxonomy's relationship to the headlines endpoint. There is no filler or redundant repetition of the tool name.

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 tool, the description is complete enough to invoke correctly: it identifies the source, the returned concept, and a key consumer endpoint. It does not spell out the exact response structure, but the absence of an output schema makes the taxonomy description a reasonable substitute for a simple enumeration 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 and an empty schema, so there are no parameter semantics to document. The description correctly focuses on what the call returns rather than inputs; the baseline of 4 applies because parameter handling is a non-issue here.

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 uses a specific verb and resource: "Get Space.com sections" and explains that it "Returns the public Space.com category taxonomy used by the headlines endpoint." This clearly distinguishes it from other *_sections tools by naming Space.com and from space_article/headlines/news by defining it as the taxonomy source.

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

Usage Guidelines4/5

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

The description gives clear context by stating this taxonomy is "used by the headlines endpoint," which implies the agent should fetch sections before querying headlines. It does not explicitly name alternatives or exclusion criteria, but for a zero-parameter taxonomy lookup this is sufficient guidance.

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