Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

eonline_author

Retrieve an E! News author's name and listed articles by providing their canonical author URL. Returns structured data for writer profiles and their published pieces.

Instructions

Get an E! News author page. Returns an E! News writer's name and the articles listed on their author page, from a canonical author URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesCanonical E! News author URL

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

B3.4/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 of behavioral disclosure. It does state the return content (writer name and articles) and the input constraint ('canonical author URL'), which is useful. However, it does not disclose potential errors, pagination behavior, or any other caveats. It is minimal but not misleading.

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, tight sentence that front-loads the purpose ('Get an E! News author page') and includes the essential return information. No wasted words.

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 read tool with one parameter and no output schema, the description covers the input requirement and the expected return. It does not explain the article list format or pagination, but these are not critical for a basic author page fetch. The description is adequate for an agent to call it correctly.

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 description coverage is 100% for the single 'url' parameter, which already describes it as 'Canonical E! News author URL'. The description adds 'from a canonical author URL', reinforcing the constraint but not adding new meaning beyond the schema. Baseline 3 applies.

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 clear verb and resource: 'Get an E! News author page' and specifies the output (writer's name and articles). It is unambiguous about what the tool does, and the 'E! News' qualifier distinguishes it from other author tools in the sibling list, though it does not explicitly call out the distinction.

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?

The description gives no guidance on when to use this tool versus the many other author tools (e.g., nzherald_author, apnews_author). It does not mention prerequisites, canonical URL requirements beyond the parameter description, or any exclusions. The agent is left to infer from the name that this is for E! News specifically.

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