Skip to main content
Glama
Giancarlo26

obs-action-history

by Giancarlo26

obs_set_input_settings

Modify OBS input settings such as webcam device, media source URL, resolution, or FPS. Pass only the parameters that need changing for targeted updates.

Instructions

Change settings on an input: swap a webcam's device, change an SRT/RTMP media source URL, change resolution or FPS. Pass only the keys you want to change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
settingsYesPartial settings object to merge in.
inputNameYes
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the important partial-update behavior ('Pass only the keys you want to change'), implying unspecified settings are preserved. However, it does not mention potential side effects, permissions, or return values, and for a mutation tool this is a moderate gap.

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 sentences, front-loaded with the action verb, and provides a crucial usage tip ('Pass only the keys you want to change') without any unnecessary words. It is highly concise and well-structured.

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?

Given the tool's moderate complexity and lack of output schema, the description covers the essential aspects: what it does, how to use it (partial merge), and examples. It does not enumerate all possible settings or mention integration with sibling tools like obs_input_property_items, but for a setter tool this is fairly complete.

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 schema covers 50% with the 'settings' parameter described as a partial object to merge. The description adds significant semantic value by listing example settings (device, URL, resolution, FPS), helping the agent understand what keys to pass. The inputName parameter remains underdocumented, but its meaning is clear from context.

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 purpose with a specific verb ('Change settings') and resource ('an input'), and provides concrete examples like swapping a webcam's device or changing a media source URL. This clearly distinguishes it from sibling tools like obs_get_input_settings (read) and obs_create_input (create).

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: 'Change settings on an input' indicates this is for modifying existing inputs. However, it does not explicitly state when to use this tool versus alternatives (e.g., obs_get_input_settings for reading, obs_create_input for creation) or provide exclusion criteria, so guidance is implied but not 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/Giancarlo26/obs-action-history'

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