Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

indianexpress_author

Fetch a The Indian Express author's byline metadata, biography, and recent articles from a canonical author URL. Returns structured JSON for author research and content discovery.

Instructions

Get a The Indian Express author profile. Returns a The Indian Express author's byline metadata, biography, and recent articles from a canonical author URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesCanonical The Indian Express author URL

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A3.6/5.0
Behavior3/5

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

No annotations are present, so the description carries the disclosure burden. It clearly states the returned data (byline metadata, biography, recent articles), but does not mention error behavior, potential pagination, or absence of side effects. For a simple read operation this is adequate but not thorough.

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 first front-loads the action, the second details the return payload. Every sentence earns its place and the tool name is not unnecessarily repeated.

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 one-parameter read tool with no output schema, the description covers the essential purpose and return values. It omits minor details like ordering or limits of 'recent articles,' but nothing critical for a correct call.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% and the single parameter 'url' is already described as a canonical author URL. The description only repeats 'canonical author URL' without adding format or usage details, so it provides no extra meaning beyond the schema.

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?

The description states a specific action and resource: 'Get a The Indian Express author profile' and enumerates returned content (byline metadata, biography, recent articles). It is clearly distinct from sibling tools for other publications and from indianexpress_article, though it doesn't explicitly name alternatives.

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?

Usage is implied: given a canonical author URL, fetch the profile. The description does not provide when-not-to-use guidance, alternatives, or how to discover the canonical URL, so it leaves the agent to infer the trigger condition.

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