get_clip_details
Get full details for a specific Stockfilm clip including description, year shot, location, price, resolution, thumbnail URL, and preview URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_id | Yes | The clip ID from search results |
Get full details for a specific Stockfilm clip including description, year shot, location, price, resolution, thumbnail URL, and preview URL.
| Name | Required | Description | Default |
|---|---|---|---|
| clip_id | Yes | The clip ID from search results |
Changes observed during successful MCP inspections.
Input schema / titleRemoved value: -"ClipDetailsRequest"Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the tool's safe read-only nature is clear. The description adds the set of returned fields but no additional behavioral caveats, which is acceptable given the strong annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One focused sentence with the action and resource front-loaded, followed by a compact list of returned fields. There is no repetition or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
This is a simple single-parameter, read-only retrieval tool. The description, schema, and annotations together fully cover what an agent needs to invoke it correctly: what it does, what it returns, and that it is safe and idempotent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema fully documents the single clip_id parameter. The description adds no parameter-specific detail beyond indicating the target is a specific Stockfilm clip, which does not exceed the schema baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb and resource: 'Get full details for a specific Stockfilm clip' and enumerates concrete fields (description, year shot, location, price, resolution, thumbnail URL, preview URL). This clearly differentiates it from siblings like check_clip_rights or search_vintage_footage.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The schema parameter description says clip_id is 'The clip ID from search results,' which implicitly tells the agent to call this after searching. However, the description itself gives no explicit when-to-use or when-not-to-use guidance, nor does it name alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.