Skip to main content
Glama
Giancarlo26

obs-action-history

by Giancarlo26

obs_watch

Get a history of recent OBS Studio events, scene changes, mute toggles, media actions, stream and record state, instead of polling. Optionally wait beforehand to catch events triggered immediately after.

Instructions

What OBS has been doing: recent events from the live event stream (scene changes, mute and visibility changes, media starting and ending, stream and record state, filter changes). Use it to see what happened rather than polling for what is true now. Optionally waits first, so you can watch for something you are about to trigger. Audio meters are NOT here - they are summarised by obs_who_is_talking instead, because they arrive ~50 times a second.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forMsNoWait this long before reporting, to catch what happens next. Default 0.
limitNoMost recent N events. Default 40.
typesNoOnly these eventType names, e.g. CurrentProgramSceneChanged.
Behavior4/5

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

Describes behavior: returns recent events, can wait, excludes audio meters. Since no annotations, this is sufficient. No side effects mentioned but implied read-only.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured, not overly verbose, covers all necessary points without redundancy.

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?

Covers purpose, usage, what it returns, what it excludes; sufficient for common use cases. Lacks details on error handling but not critical.

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 already describes parameters; description reinforces by explaining forMs as waiting, limit as count, and types as filtering with examples. Adds context to schema.

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?

Clearly states it retrieves recent event stream events, distinguishes from polling, and gives examples of event types.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly advises when to use (for historical events vs current state) and mentions optional waiting for upcoming events, and contrasts with obs_who_is_talking.

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