Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

reuters_author

Retrieve a Reuters author's profile from a canonical URL, including byline metadata, contact/social links, and recent articles in structured JSON.

Instructions

Get a Reuters author profile. Returns a Reuters author's byline metadata, contact/social links, and recent articles from a canonical author URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesCanonical Reuters author URL

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A3.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the output but does not state whether the operation is read-only, whether any authentication or rate limits apply, or what happens on invalid URLs. The verb 'Get' implies a read operation, but this is not explicit and side effects are not addressed.

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?

The description is a single, focused sentence that front-loads the purpose and lists the key return types. There is no wasted wording or redundant detail, making it highly efficient for an agent to parse 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 tool with one parameter and no output schema, the description covers the essential information: what it does and what it returns. It could be enhanced with an example URL or more detail on the structure of the returned data, but given the low complexity, it is largely complete and sufficient for correct invocation.

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?

The input schema already provides a description for the 'url' parameter ('Canonical Reuters author URL'), and the tool description repeats this phrase without adding additional format, example, or constraints. With 100% schema coverage, the description adds no meaningful semantic value beyond the schema, so a baseline score of 3 is appropriate.

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 the verb 'Get' and the resource 'Reuters author profile', and lists the specific data returned: byline metadata, contact/social links, and recent articles. This is distinct from sibling tools like reuters_article or reuters_news, which focus on article content or news feeds.

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 when an author profile is needed, but does not explicitly mention alternatives or when not to use it. It gives no context about choosing this over reuters_article or other author-related tools, leaving the agent to infer from the name and description.

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