Skip to main content
Glama

set_track_state

Mute or unmute a video or audio track in Adobe Premiere Pro, controlling visibility in the program monitor and exports. Reads back the track state for verification.

Instructions

Mute or unmute a video or audio track and read the state back. Muting a video track hides it from the program monitor and from exports.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mutedYesTrue to mute or hide the track
track_typeYes
track_indexYesZero based track index, so V1 is 0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses an important behavioral effect (muting a video track hides it from monitor/exports) and implies a return value ('read the state back'), but it does not detail the exact response format or other side effects like reversibility beyond unmuting.

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 two concise sentences, front-loaded with the primary action and followed by a key behavioral note. Every sentence earns its place with 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?

For a simple setter tool with no output schema, the description is mostly complete: it explains purpose, key behavior, and parameter context. The only minor gap is the exact return type/value of 'read the state back', but it is still understandable.

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 schema documents 2 of 3 parameters, and the description adds context by mentioning 'video or audio', which corresponds to track_type. However, it does not add meaningful detail beyond the schema; track_index and muted are already clearly described. The missing track_type description is compensated by its enum values.

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?

The description clearly states a specific action ('Mute or unmute') on a specific resource ('video or audio track') and adds that it reads the state back. It distinguishes itself from sibling tools by focusing on track-level state, not clip-level operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage (use when you want to mute/unmute a track), but it does not explicitly state when to use this tool versus alternatives, nor does it mention any exclusions or prerequisites. It is clear enough from purpose, but lacks direct guidance.

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

Install Server

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/MarvelCollin/adobe-premiere-cc-mcp'

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