Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

thestarmy_sections

Retrieve the list of public story-listing sections for The Star Malaysia. Use this to identify valid section names for the headlines endpoint.

Instructions

Get The Star (Malaysia) sections. Returns the public The Star (Malaysia) story-listing sections 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.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It states it 'Returns the public... sections,' which conveys a read-only retrieval behavior, but it does not explicitly mention that it is non-destructive, free of side effects, or lacks authentication requirements. For a simple lookup tool this is adequate but not rich.

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?

The description is compact at two sentences and front-loads the key action. It is slightly redundant, repeating 'The Star (Malaysia)' and 'sections,' but no information is wasted. Overall it is well structured for an agent to absorb quickly.

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 simple, zero-parameter, read-only listing tool, the description adequately covers what the tool does, the publisher it targets, and the purpose (feeding the headlines endpoint). Since there is no output schema, the description gives enough context for an agent to know it returns section identifiers, even though it does not specify the exact format.

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 0 parameters and schema description coverage is 100%, so the baseline is 4. The description adds no parameter-specific information, but none is needed; the mention of 'story-listing sections accepted by the headlines endpoint' provides useful context about the nature of the returned values.

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 The Star (Malaysia) sections') and adds the distinguishing detail that these are 'story-listing sections accepted by the headlines endpoint,' which clearly separates it from sibling tools like thestarmy_article, thestarmy_headlines, and thestarmy_news. This gives an agent immediate understanding of what is returned and how it relates to other 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 sections are accepted by the headlines endpoint, suggesting an agent should call this before thestarmy_headlines, but it does not explicitly say when to use this tool or name alternatives like thestarmy_headlines. No exclusions or when-not-to-use guidance is provided, leaving the usage inference to the agent.

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