Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

polygon_sections

Retrieves the public Polygon RSS section inventory, identifying available news categories for use with the headlines endpoint.

Instructions

Get Polygon RSS sections. Returns the public Polygon RSS section inventory 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

A3.7/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It tells the agent the data is public and read-only, but gives no insight into the output shape, whether sections are hierarchical, sorting behavior, pagination, or error modes. This is minimal coverage for an unannotated tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no wasted words, and the key context ('used by the headlines endpoint') is front-loaded in the second clause. The first sentence merely restates the tool name, which is mildly redundant, but overall the description is efficient.

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-argument, no-output-schema inventory endpoint, the description covers the essential facts: what is returned and how it relates to the headlines endpoint. It does not explain the structure of the returned sections, but that is a minor omission given the tool's simplicity and the lack of parameters.

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 empty schema fully covers the input surface. With no parameters to document, the description cannot meaningfully add parameter semantics; the baseline of 4 for a zero-parameter tool is appropriate.

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 ('Get') and resource ('Polygon RSS sections'), then elaborates that it returns the public Polygon RSS section inventory used by the headlines endpoint. This clearly distinguishes it from the many sibling headlines and section-inventory tools.

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 implies usage context by noting the inventory is 'used by the headlines endpoint,' which helps an agent understand when to fetch it. However, it does not name alternatives like polygon_headlines or other comparable section tools, nor does it state when not to use it.

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