Skip to main content
Glama

set_current_take

Selects a take by name to make it the active take for subsequent scene edits and parameter changes.

Instructions

Set the current take by name.

Args: name: Take name to make current.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. 'Set the current take' reveals a state change but does not disclose failure behavior for nonexistent names, side effects on the current scene, or reversibility. For a mutation tool, this is under-specified.

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?

The description is extremely concise, front-loads the core action, and contains no filler. The single Args entry is minimal and directly useful. Every part earns its place.

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

Completeness3/5

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

The tool is simple, but the description does not explain what a take is, whether the name must reference an existing take, or how to discover valid names. It is adequate for an expert familiar with Houdini takes, but lacks key context for an autonomous agent.

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

Parameters4/5

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

The Args section adds meaning beyond the bare schema by explaining that the parameter is a 'take name' used to make the corresponding take current. For a single string parameter with 0% schema description coverage, this provides enough semantic context to invoke the tool correctly.

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 states a specific action and resource: 'Set the current take by name.' This distinguishes it from get_current_take, list_takes, and create_take, though not explicitly so. It is clear enough that an agent can identify what the tool does, but it does not directly contrast with sibling tools.

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 on when to use this tool versus creating a take, listing takes, or getting the current take. It does not state that the take must already exist or how to discover valid take names. This leaves selection to inference.

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