Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

tmz_author

Retrieve a TMZ person profile and recent articles from a canonical people URL or slug. Returns the person's name and latest coverage as structured JSON.

Instructions

Get a TMZ person profile. Returns a named person's TMZ profile hub: their name and their most recent TMZ coverage, from a canonical person-hub URL or slug. TMZ credits virtually all of its editorial content to a single "TMZ Staff" byline with no individual journalist profile pages, so this endpoint surfaces TMZ's own public per-person coverage hub (used for both celebrities and other newsmakers TMZ covers) as the closest available "profile + recent articles" surface.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoCanonical tmz.com/people/<slug> URL, optionally with a ?page= query parameter; alternative to slug
pageNo1-based page number; overrides any page number in url
slugNoPerson slug, e.g. dolly-parton

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.17.5

TDQS

A4.1/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 burden of explaining behavior. It discloses an important caveat: TMZ credits content to 'TMZ Staff' and has no journalist profile pages, so this endpoint surfaces the closest available per-person coverage hub. It could also describe response format or pagination, but for a simple read endpoint it is adequately 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?

The description is front-loaded with the main purpose, then explains what is returned and why this endpoint exists. Each sentence earns its place, and the explanation of TMZ's byline convention is valuable rather than padding.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description gives the essential input and output concepts: a person's profile hub with name and recent coverage, accessed via URL or slug. However, there is no output schema, and the description leaves response shape, pagination behavior, and the practical requirement to provide either url or slug mostly implicit.

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%, and the schema already explains url, page, and slug clearly. The description reinforces that a canonical person-hub URL or slug is the input, but it does not add meaningful semantics beyond what the schema 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 clearly states a specific verb and resource: 'Get a TMZ person profile' and describes the output as the person's name and most recent TMZ coverage. It also distinguishes this from typical journalist-author endpoints by explaining that TMZ uses a single 'TMZ Staff' byline and that this endpoint returns the per-person coverage hub.

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

Usage Guidelines4/5

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

The description gives strong context for when this tool makes sense: when a TMZ person profile/coverage hub is needed, and specifically that no individual journalist profile pages exist. It does not name an explicit alternative tool, but the rationale makes the intended use case clear.

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