Skip to main content
Glama

transport_play_stop

Toggle audio playback in Audacity with a single command. Start or stop the current project to control your editing workflow.

Instructions

Toggle playback of the current project (play if stopped, stop if playing).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full disclosure burden. It does transparently state the state-dependent behavior and the basic side effect of toggling playback. But it leaves unspecified how the tool behaves if the transport is paused or recording, and it does not mention any failure conditions. That is a moderate gap for a no-annotation tool.

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 a single efficient sentence with a helpful parenthetical. It front-loads the action and avoids any filler, repetition, or irrelevant details.

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 zero-parameter, no-output-schema transport control, the description covers the essential calling context. The only notable omission is the paused/recording edge case, which could matter in a transport tool, but the overall complexity is low enough that this is not a major completeness failure.

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 tool has zero parameters and the schema already reflects that with empty properties. Per the baseline rule for zero-parameter tools, the description does not need to add parameter-level detail, and the core semantics are clear from the description itself.

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 uses a specific verb ('Toggle') and names the resource ('playback of the current project'), with an explicit conditional ('play if stopped, stop if playing'). This clearly separates it from sibling tools like transport_play, transport_stop, and transport_pause by describing a combined state-switching action.

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 description conveys that the tool is for flipping the current playback state regardless of what it is. However, it does not explicitly name the deterministic alternatives (transport_play, transport_stop) or state when not to use the toggle, so an agent wanting to force a specific state might not immediately know to prefer those siblings.

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/xDarkzx/Audacity4-MCP'

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