Skip to main content
Glama

Set audio sync offset

set_audio_sync_offset

Fix audio-video sync issues by setting an offset in milliseconds. Use positive values to delay audio or negative to advance it, ensuring accurate alignment.

Instructions

Set an audio sync offset in milliseconds for a source. Positive delays audio, negative advances it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
offset_msYes
source_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden and does provide the key behavioral trait that positive delays and negative advances audio. However, it omits other behavioral details such as persistence, source type restrictions, or side effects on existing settings, so it only partially discloses behavior.

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 short sentences, front-loaded with the core action, and every phrase contributes (units, sign semantics). It is concise without missing essential information.

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 two-parameter setter with an output schema, the description adequately covers the operation and parameter meaning. It does not explain prerequisites for source types or error behavior, but these are likely covered by the output schema and the tool's simplicity reduces the need for extensive context.

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?

Schema description coverage is 0%, so the description must compensate. It explicitly defines offset_ms as milliseconds and gives meaning to positive/negative values, while source_name is implied as the target source. This adds meaningful semantic value beyond the bare schema fields.

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 'Set' and names the resource 'audio sync offset', clearly distinguishing it from sibling tools like set_volume or set_audio_monitor. It also states the scope 'for a source' and the unit 'milliseconds', making the purpose unambiguous.

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 implies the tool is used to adjust audio sync offset by stating the action and sign semantics, giving clear context. It does not explicitly mention when to prefer this over alternatives or list exclusions, but the context is sufficient for an agent to infer appropriate use.

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/KshamayBharadwaj/obs-mcp'

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