Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

boxofficemojo_weekend_domestic_estimates

Retrieve Box Office Mojo domestic weekend estimates and compare them with actual box office figures. Returns normalized rows for any given weekend from 1982 to 2100.

Instructions

Box Office Mojo domestic weekend estimates. Returns normalized estimate-vs-actual rows from Box Office Mojo's public domestic weekend estimates chart. Empty upstream weekend pages return a typed not-found error rather than an empty success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
weekYesWeekend number, 1 through 53
yearYesDomestic weekend year, from 1982 through 2100
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the return type (estimate-vs-actual rows) and error behavior for empty pages. However, it does not mention rate limits, authentication, pagination, or data freshness limits, which are important for an agent to know.

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, no extraneous words. The main purpose is front-loaded, and additional information about error behavior is efficiently provided.

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 explains what the tool returns and one edge case, but without an output schema, it lacks details on the structure of the rows (e.g., fields, data types). For a tool that returns rows, more context would be beneficial. Adequate but not fully complete.

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 parameter descriptions already explain 'weekend number' and 'year range'. The tool description adds no further detail beyond the schema, so it meets the baseline but does not enhance understanding.

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 it returns normalized estimate-vs-actual rows from Box Office Mojo's domestic weekend estimates chart. It distinguishes from siblings like boxofficemojo_weekend_domestic by specifying 'estimates' and the nature of the data. The mention of error behavior adds clarity.

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 implies usage for estimate-vs-actual comparisons, which differentiates it from the sibling boxofficemojo_weekend_domestic. However, it does not explicitly state when not to use it or provide direct alternatives. The error behavior note is helpful but not a full guideline.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Crawlora-org/crawlora-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server