Skip to main content
Glama

Offset Media Input Cursor

obs-offset-media-input-cursor

Shift a media file's playback position by adding a millisecond offset. Specify the input name and offset value to jump the cursor forward or backward, enabling precise timeline adjustments.

Instructions

Offsets the current cursor position of a media input

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputNameYesName of the media input
mediaCursorOffsetYesValue to offset the current cursor position by (in milliseconds)
Behavior3/5

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

Annotations already establish that this is not read-only, not idempotent, and not destructive. The description adds minimal behavioral context beyond restating the tool's function. It does not mention edge-case behavior like out-of-range offsets or whether media must be playing, but this is a simple operation.

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, direct sentence with no redundant words. It is precisely front-loaded and every word is meaningful.

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 two-parameter mutation with no output schema and full schema coverage, the description is adequately complete. It could be improved by mentioning that the offset is relative and contrasting with the absolute setter, but the overall context is sufficient for a simple operation.

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 input schema provides a 100% description coverage for both parameters ('Name of the media input' and 'Value to offset the current cursor position by (in milliseconds)'). The description adds no further semantic detail beyond what the schema already contains, so baseline score 3 applies.

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 ('Offsets') with a clear resource ('current cursor position of a media input'). It clearly distinguishes from the sibling 'obs-set-media-input-cursor' by indicating a relative adjustment rather than an absolute set.

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?

Usage is implied by the verb 'offsets', suggesting relative position changes, but there is no explicit guidance on when to use this tool versus 'obs-set-media-input-cursor' or other media input tools. No exclusions or alternative recommendations are provided.

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/Tom-R-Main/OBS-MCP'

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