Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

newsmax_author

Retrieve a Newsmax Insiders author profile to access byline metadata, biography, and recent columns by providing the canonical author URL.

Instructions

Get a Newsmax Insiders author profile. Returns a Newsmax Insiders (opinion columnist) author's byline metadata, biography, and recent columns from a canonical author URL.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesCanonical Newsmax Insiders author URL

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A3.8/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 full burden of behavioral disclosure. It does say what the call returns, and the verbs 'Get'/'Returns' imply a read-only operation. It does not address how many 'recent columns' are returned, pagination, authentication needs, or error behavior for invalid URLs.

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 totaling roughly 31 words, with the core action front-loaded in the first sentence. The only minor redundancy is repeating 'Newsmax Insiders,' but the second occurrence adds the clarifying '(opinion columnist)' framing, so every sentence earns its place.

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?

With no output schema, the description correctly enumerates the expected return payload (byline metadata, biography, recent columns), which is the key thing an agent needs to anticipate the response. Remaining gaps are minor for a single-parameter read tool: it does not specify how many columns are returned, pagination behavior, or failure modes for non-canonical URLs.

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%, so the schema already documents the sole 'url' parameter, which earns a baseline of 3. The description restates the canonical-URL requirement but adds no example, format detail, or clarification beyond what the schema already provides.

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 uses a specific verb ('Get') with a precise resource ('a Newsmax Insiders author profile') and enumerates the return payload (byline metadata, biography, recent columns). It is unambiguous within the newsmax sibling family (newsmax_article, newsmax_headlines, newsmax_news, newsmax_sections) because it clearly names the only author-profile variant and scopes it to Insiders/opinion columnists.

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?

No explicit when-to-use vs. alternative guidance exists: nothing directs the agent to newsmax_article for column content or explains which tool to pick when only an author name is available. The phrase 'from a canonical author URL' implies the precondition (the caller must already possess the URL), so usage context is conveyed only implicitly.

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