Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

boxofficemojo_brands

Retrieves Box Office Mojo brand chart data as normalized rows, sortable by total gross, number of releases, or gross to date. Get structured brand performance metrics for analysis.

Instructions

Box Office Mojo brand chart. Returns normalized rows from Box Office Mojo's public brand chart.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort field
sortDirNoSort direction

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changedv1.17.5
    • addedInput schema / properties / sort / enum
      Added value: +[
      +  "totalGross",
      +  "numReleases",
      +  "grossToDate"
      +]
    • addedInput schema / properties / sortDir / enum
      Added value: +[
      +  "asc",
      +  "desc"
      +]
  2. Changed2 schema fields changed
    • addedInput schema / properties / sort
      Added value: +{
      +  "description": "Sort field",
      +  "type": "string"
      +}
    • addedInput schema / properties / sortDir
      Added value: +{
      +  "description": "Sort direction",
      +  "type": "string"
      +}
  3. Addedv1.6.0
  4. Removedv1.6.0
  5. Addedv1.1.0

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, so the description must disclose behavior. It only says 'returns normalized rows', but does not explain that it is a read operation, whether it requires authentication, rate limits, or what 'normalized' means in terms of data transformation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, concise and front-loaded with the resource name. However, it could be more informative without being verbose.

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

Completeness2/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 should clarify return structure, but it does not. It lacks details on default sort behavior, pagination, or what 'normalized' means. For a chart tool with only two enum parameters, it is adequate but not 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 coverage is 100% so the schema fully documents 'sort' and 'sortDir' with enums. The description does not add meaning beyond what the schema provides, so baseline 3 is appropriate.

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?

States it returns the Box Office Mojo brand chart, which is a specific resource. However, it does not differentiate from sibling boxofficemojo_brand or boxofficemojo_franchise, but the name is clear enough.

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?

No guidance on when to use this tool versus others like boxofficemojo_brand or boxofficemojo_franchises. The description does not mention any context or exclusions.

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