Skip to main content
Glama

Orca MCP

movies_companies

Read-onlyIdempotent

Resolve a studio name to its TMDB company id, e.g. 'A24', 'Pixar', 'Netflix'. Pass an id to movies_discover as company for 'best of studio X' questions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoResults to return, 1-50 (default 10).
queryYesStudio name, e.g. 'A24' (required).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior. Description adds the practical workflow of feeding the resulting ID into movies_discover, enhancing transparency.

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 concise sentences with a clear, front-loaded purpose and practical guidance. Every word adds value; no redundancy.

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?

Comprehensive for a simple resolver tool: states purpose, provides examples, and explains downstream integration. Could benefit from mentioning response format or error handling, but this is minor given the simplicity.

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 parameters (query, limit) are well-documented. Description reinforces the purpose of 'query' with examples and hints at limit usage, but adds minimal meaning beyond the schema.

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?

Clearly states it resolves studio names to TMDB company IDs, with specific examples (A24, Pixar, Netflix). Differentiates from siblings like movies_search and find_by_external_id by focusing on company ID resolution.

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?

Explains when to use it: 'Pass an id to movies_discover as company for best of studio X questions.' Provides clear usage context but no explicit exclusions or alternatives for when not to use it.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources