Skip to main content
Glama

Set filter settings

set_filter_settings

Modify the settings of an existing filter on a source in OBS Studio. Specify the source, filter, and new settings to apply changes directly.

Instructions

Modify the settings of a filter on a source.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
overlayNo
filter_nameYes
source_nameYes
filter_settingsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are present, so the description must carry the full behavioral burden. It fails to disclose any side effects, permission requirements, or the meaning of the `confirm` and `overlay` parameters, which could affect how the operation behaves.

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, front-loaded sentence with no redundant information. It effectively communicates the core purpose without wasting words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With five parameters, a nested object, and an output schema, this tool warrants more context than a one-sentence description. It doesn't explain whether settings are merged or replaced, the role of the boolean flags, or what the output contains, making it incomplete for reliable use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description offers no explanation of the five parameters. While names like source_name and filter_name are intuitive, `confirm`, `overlay`, and the structure of `filter_settings` remain unexplained, leaving the agent to guess.

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 action 'Modify' and the resource 'settings of a filter on a source,' making it easy to distinguish from sibling tools like get_filter_settings or add_filter. The verb and resource are specific and unambiguous.

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?

The description implies usage—you use it when you want to change a filter's settings—but provides no explicit guidance on when to prefer it over alternatives like add_filter or remove_filter. It also omits any prerequisites or exclusions.

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