Skip to main content
Glama

sequence.configure_output

blender_sequence_configure_output

Define output parameters for a Blender animation sequence: set frame start/end, resolution, and frame rate.

Instructions

PartMe Blender Harness command sequence.configure_output. Risk: standard; maturity: L3. Requirements: Per-request argument checks and session policy still apply

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fpsNo
widthNo
heightNo
frameEndYes
_requestIdNoStable request id for replay safety
frameStartYes
_authorizationNoAction-bound Harness authorization claim
_transactionIdYesHarness milestone transaction id
_expectedSceneRevisionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

D1.5/5.0
Behavior1/5

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

With all annotations set to false and a sparse description, no behavioral traits are disclosed. The description does not say whether this mutates the scene, requires rendering, affects existing strips, or returns a configuration summary. 'Risk: standard' and 'maturity: L3' are generic metadata, not tool behavior.

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

Conciseness2/5

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

The description is short, but shortness here is under-specification rather than conciseness. It contains three sentences that contribute almost no substantive content beyond repeating the tool name and generic harness requirements.

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

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 9-parameter configuration tool with minimal schema descriptions and no helpful annotations, the description is completely inadequate. It fails to explain what output settings are being configured, how parameters relate to the sequence, or what context is required for a successful call.

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

Parameters1/5

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

Schema description coverage is only 33%, and the three described parameters are all underscore-prefixed plumbing fields (_requestId, _authorization, _transactionId). The description adds no explanation for core parameters like frameStart, frameEnd, fps, width, or height, leaving the agent without the meaning needed to fill them correctly.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description only restates the command name 'sequence.configure_output' and adds generic harness metadata ('Risk: standard; maturity: L3'). It never states what configuring output actually does, so an agent cannot distinguish this from other sequence or render tools without additional inference.

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?

There is no guidance about when to use this tool versus alternatives like blender_render_configure, blender_sequence_add, or blender_sequence_set_speed. The 'Requirements' line mentions generic argument checks and session policy, but these do not help select the correct tool for a task.

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