Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

moneycontrol_sections

Get a list of Moneycontrol news sections accepted by the headlines endpoint. Use this to validate section names for targeted finance news retrieval.

Instructions

Get Moneycontrol sections. Returns the Moneycontrol news 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

A4.2/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It states the tool returns sections, which is a read-only behavior, but does not disclose details like output format, ordering, or potential rate limits. For a zero-parameter lookup this is acceptable 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.

Conciseness5/5

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

Two sentences with no filler. The key action is front-loaded ('Get Moneycontrol sections') and the second sentence adds necessary context about its relation to the headlines endpoint.

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-parameter tool with no output schema, the description fully explains what the tool does and why it exists. It could mention the shape of the returned data (e.g., array of strings), but that is not required for correct invocation.

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 baskets, so the schema coverage is automatically 100%. The description adds no parameter details because none exist, which earns the baseline 4 for this scenario.

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 'Get Moneycontrol sections' with a specific verb and resource, and further clarifies it returns the sections accepted by the headlines endpoint. This distinguishes it from sibling news tools like moneycontrol_headlines and similarly named section tools for other outlets.

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 implies the tool should be used to discover valid section values for the headlines endpoint, providing clear context for when to call it. It does not explicitly name alternatives or exclusions, but the context is strong enough for an agent to infer its role.

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