Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

people_sections

Fetch the complete PEOPLE section and category list with slugs and URLs. Use a returned slug to retrieve headlines for that section via the people headlines endpoint.

Instructions

Get PEOPLE sections. Returns the full PEOPLE section/category navigation inventory (37 entries as of 2026-09-24), each with a slug, display name, and public listing URL. Use a returned slug as the section parameter on GET /people/headlines.

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 burden of behavioral disclosure. It states it returns a full inventory (37 entries) and the fields, implying a read-only operation. It doesn't mention any side effects, auth, or rate limits, but for a simple getter that's acceptable. No contradictions.

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 sentences, front-loaded with the action and resource, followed by concise details on return fields and usage. Every sentence earns its place; no fluff.

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 no-parameter tool, the description is complete: it explains what is returned, how many entries, the structure, and how to use the results. Nothing an agent needs to call it correctly 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?

There are zero parameters and schema coverage is 100% (empty properties). Per the baseline for zero params, a score of 4 is appropriate. The description doesn't need to explain parameters and instead adds context on return values and usage.

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 clearly states it gets PEOPLE sections and specifies the exact resource (PEOPLE section/category navigation inventory). It distinguishes itself from sibling section tools by the explicit 'PEOPLE' qualifier and describes the return contents (slug, display name, URL).

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?

It provides a clear usage instruction: use the returned slug as the section parameter on GET /people/headlines. This tells the agent when and how to use the tool, though it doesn't explicitly mention when not to use it or name alternatives. The context is sufficient for a straightforward lookup tool.

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