Skip to main content
Glama

get_input_audio_sync_offset

Retrieve the audio sync offset in milliseconds for a specified OBS input, enabling synchronization adjustments.

Instructions

Get an input's audio sync offset in milliseconds (can be negative).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
input_nameYes
Behavior3/5

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

With no annotations, the description must convey behavioral traits. It adds useful context by noting the unit (milliseconds) and that the value can be negative, implying it may return signed numbers. However, it does not explicitly confirm read-only behavior or explain error scenarios, which is a gap for a tool with no annotation safety hints.

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, well-structured sentence that front-loads the primary action and includes a key behavioral detail (unit and sign). No unnecessary words or repetition.

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 getter with one parameter and no output schema, the description covers the essential purpose and return unit. It could be more complete by explicitly stating that the return is a numeric value, but the phrase 'offset in milliseconds' implicitly conveys this. Overall, sufficient for the tool's simplicity.

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 has zero description coverage for the only parameter 'input_name'. The description partially compensates by indicating the parameter refers to an input whose offset is being retrieved, but it does not elaborate on the expected format or source of the name. This provides baseline meaning beyond the schema's bare string type.

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 the tool's function with a specific verb and resource: 'Get an input's audio sync offset in milliseconds'. It distinguishes itself from siblings like 'set_input_audio_sync_offset' and other getters by focusing on the audio sync offset specifically.

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?

No usage guidance is provided. The description does not mention when to use this tool versus alternatives, nor any prerequisites or exclusions. It simply states what it does, leaving the agent to infer usage context.

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/OBS_MCP'

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