Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_boxofficemojo_facets

Get Box Office Mojo category counts (e.g., gross band, genre, franchise) with filters, enabling analysis of movie performance segments.

Instructions

Facet the Box Office Mojo dataset. Returns terms-aggregation counts for one facet of the Box Office Mojo dataset, scoped to the same filters as search. Facet enum: gross_band, years_active, lifetime_year, franchise_names, brand_names, genre_names, hydrated, is_billion_dollar, in_lifetime_top_1000_ww. gross_band enum: under_50m, 50_100m, 100_250m, 250_500m, 500m_1b, over_1b.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text query, max 256 characters
yearNoYear in years_active
brandNoBrand name filter, max 128 characters
facetYesFacet enum: gross_band, years_active, lifetime_year, franchise_names, brand_names, genre_names, hydrated, is_billion_dollar, in_lifetime_top_1000_ww
genreNoGenre name filter, max 128 characters
hydratedNoHydrated filter
title_idNoExact title id (IMDb tt… id used by Box Office Mojo), max 32 characters
franchiseNoFranchise name filter, max 128 characters
gross_bandNoGross band filter
min_domesticNoMinimum lifetime domestic gross
lifetime_yearNoPrimary lifetime chart year
max_worldwideNoMaximum lifetime worldwide gross
min_worldwideNoMinimum lifetime worldwide gross
is_billion_dollarNoOnly titles with worldwide gross of at least $1B
min_foreign_shareNoMinimum foreign share of worldwide gross, 0 through 1
max_domestic_shareNoMaximum domestic share of worldwide gross, 0 through 1
in_lifetime_top_1000NoOnly titles in the lifetime worldwide top 1000 chart
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 that it returns terms-aggregation counts and enumerates valid facet values and gross_band values. However, it doesn't describe the output structure (e.g., bucket keys, missing buckets), behavior when filters yield no results, or whether all filter parameters from search are fully supported despite the 'same filters as search' claim.

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 very concise at two sentences, front-loading the primary purpose and then enumerating supported facets and gross_band values in a compact, scannable format. Every word earns its place; no fluff or repetition of schema details.

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?

Given the tool has 17 parameters, no output schema, and no annotations, the description provides the core behavior and key enums but lacks detail on the exact response shape (e.g., list of buckets with counts) and edge cases. The schema descriptions cover parameters, but the description doesn't fully compensate for the missing output schema and annotations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by listing the facet enum values and the gross_band enum values (which are not in the schema enums but only in descriptions), and by clarifying that filters are scoped like search. This goes beyond the schema's parameter descriptions.

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 tool's function: 'Facet the Box Office Mojo dataset. Returns terms-aggregation counts for one facet...' This uses a specific verb ('Returns'), identifies the resource ('Box Office Mojo dataset'), and differentiates from sibling tools like search by focusing on aggregation counts and referencing 'same filters as search'.

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 provides clear context for when to use the tool by stating it returns facet counts scoped to the same filters as search. This implies usage for analytical aggregation on filtered data, but it doesn't explicitly exclude scenarios like returning individual records or mention alternatives such as the item or search tools.

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