Skip to main content
Glama

move_get_volume

Read-only

Fetch a calibration volume and its processing state, verifying it has reached FINISHED status to be used as the basis for a multicam take.

Instructions

Fetch a calibration volume and its processing state.

A volume must reach state FINISHED before it can back a multicam take.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
expandNoNested objects to include: sources, outputs, client.
volume_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4/5.0
Behavior4/5

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

Annotations already mark the operation read-only and open-world; the description adds useful domain context about volume lifecycle and the FINISHED state requirement. There is no contradiction between the description and the annotations.

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, with the core fetch action first and the state prerequisite second. Every word earns its place, and the description is short enough for an agent to ingest quickly.

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?

For a simple read operation with an output schema and readOnly/openWorld annotations, the description is nearly complete: it names the resource, the returned state, and the business prerequisite. It could add an explicit note about expand behavior or error cases, but those are secondary given the schema and annotations.

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?

The description does not explain the expand parameter, but the schema already documents it with an enum and default. 'Fetch a calibration volume' maps naturally to the required volume_id and adds the 'calibration' semantic, partially compensating for the low schema coverage.

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?

The description opens with the specific action 'Fetch a calibration volume and its processing state,' clearly identifying the resource and what is returned. It does not explicitly contrast with the sibling list_volumes tool, so it misses the top score but remains unambiguous.

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 second sentence gives concrete context: a volume must be FINISHED before it can back a multicam take, implying this tool is used to check that readiness. It does not name alternative tools or explicitly say when not to use it, but the usage context is clear.

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

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/D33ptar00p/move-api-mcp'

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