Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

gizmodo_sections

Retrieve Gizmodo's section inventory, including top-level verticals, sub-topics, and deals, each with RSS feed links to use as slugs for headline queries.

Instructions

Get Gizmodo sections. Returns the Gizmodo section inventory: its five top-level verticals (Tech, Science, io9, Earther, Reviews), their sub-topics, and Deals, each linking to its public RSS feed. Every slug is 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

A4.5/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 burden. It is transparent about being a read-only retrieval operation ('Get', 'Returns') and specifies exactly what is returned and how sections relate to RSS feeds and the headlines endpoint. Nothing about the tool's behavior is hidden or surprising.

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?

Three focused sentences with no filler. The core action is front-loaded, the inventory contents are specific, and the downstream compatibility note earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a parameterless catalog tool with no output schema and no annotations, the description fully explains what the agent will receive, what the data links to, and how the slugs can be used elsewhere. Nothing essential is missing.

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 schema has zero parameters, so there is nothing for the description to compensate for. It still adds useful downstream context by explaining that returned slugs are accepted by the headlines endpoint, which exceeds the baseline for a parameterless tool.

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?

States a specific verb and resource ('Get Gizmodo sections') and goes further by enumerating exactly what the inventory contains: five verticals, their sub-topics, and Deals. This clearly distinguishes it from sibling tools like gizmodo_headlines or gizmodo_news.

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 provides clear context by noting that every returned slug is accepted by the headlines endpoint, which tells the agent this is the lookup step before querying headlines. It does not explicitly name sibling alternatives or state when not to use it, but the usage context is unambiguous.

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