Skip to main content
Glama

manage_audio

Control audio playback in Roblox Studio: play, stop, pause, resume sounds, and set the audio listener type.

Instructions

[PRO] Audio management: play, stop, pause, resume sounds. Set audio listener.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes[PRO] Audio action. play: play a sound (creates Sound if needed). stop: stop a playing sound. pause: pause a playing sound. resume: resume a paused sound. set_listener: set the audio listener type/target.
contextIdNoOptional execution context identifier. Used to continue an existing context for mutating actions.
contextSummaryNoOptional structured execution context attached to this tool call.
replayMetadataNoOptional replay-ready metadata attached to this tool call.
pathNoPath to the Sound instance or parent to create Sound in. Used by: play, stop, pause, resume.
soundIdNoRoblox sound asset ID (e.g., "rbxassetid://1234567"). Used by: play (if creating a new Sound).
volumeNoSound volume (0-10). Used by: play. Default: 0.5.
loopedNoWhether the sound loops. Used by: play. Default: false.
playbackSpeedNoPlayback speed multiplier. Used by: play. Default: 1.
listenerTypeNoListener type for SoundService. Used by: set_listener.
listenerPathNoInstance path for ObjectPosition/ObjectCFrame listener type. Used by: set_listener.
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only lists actions without mentioning side effects (e.g., creation of Sound instances), permissions required, or return values. The schema does provide some detail in action descriptions, but the description itself lacks transparency.

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 sentence that immediately communicates the tool's purpose and main actions. It is concise and front-loaded, with no unnecessary words.

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?

Given the complexity (11 parameters, no output schema, no annotations), the description is minimal but the rich schema compensates by detailing parameter usage. However, it does not explain return values, preconditions, or overall behavior in a narrative, making it just adequate.

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?

Schema coverage is 100% with detailed descriptions for each parameter, including which actions they apply to. The description does not add additional meaning beyond what the schema provides, so a baseline score of 3 is appropriate.

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 tool name 'manage_audio' clearly indicates the domain, and the description lists the specific actions: play, stop, pause, resume, set_listener. This provides a specific verb-resource relationship and distinguishes it from sibling tools like manage_animation or manage_camera.

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?

No explicit guidance is provided on when to use this tool vs alternatives, beyond the implicit domain of audio control. The description does not mention common pitfalls or prerequisites, so usage is implied rather than explicit.

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/hope1026/roblox-mcp'

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