Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

moneycontrol_news

Fetch the 50 newest Moneycontrol headlines across all sections, newest first, with publication time and image. Returns clean JSON for easy integration.

Instructions

Get Moneycontrol latest news. Returns the 50 newest Moneycontrol stories across all sections, newest first, with publication time and image.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral burden and does useful work: it discloses a fixed count of 50 stories, global scope across all sections, newest-first ordering, and included fields (publication time and image). It does not mention pagination or lack of filters, but for a zero-parameter read-only feed this is reasonably transparent.

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 action is front-loaded and the second sentence packs scope, count, ordering, and return fields into a single efficient statement.

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 tool with no output schema and no annotations, the description covers the key facts: what is returned, how many, the scope, ordering, and fields. It could be richer by enumerating all returned story fields or stating that pagination is not supported, but nothing essential to invoking the tool 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?

The tool has zero parameters and the schema properties object is empty, so schema coverage is trivially 100%. Baseline for 0-parameter tools is 4; no parameter explanation is needed or attempted.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a concrete verb ('Get') and resource ('Moneycontrol latest news'), and adds precise scope: '50 newest Moneycontrol stories across all sections, newest first'. It is clearly a news-feed tool rather than an article/author tool, though it does not explicitly differentiate itself from moneycontrol_headlines or name a sibling.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit when-to-use guidance or alternatives are provided. An agent must infer when to use this instead of moneycontrol_headlines, moneycontrol_sections, moneycontrol_article, or moneycontrol_author. The description contains no routing, exclusions, or context about which sibling is preferable.

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