Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

unsubscribe_houdini_events

Cancel specified Houdini event subscriptions. Omit types to clear all subscriptions, stopping unwanted event notifications.

Instructions

取消指定事件订阅;省略 types 时清空全部订阅。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxYes
typesNo
Behavior3/5

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

With no annotations, the description carries the burden of disclosing effects. It discloses the key 'clear all subscriptions' behavior and the cancellation action, but does not mention reversibility, permissions, or error cases. Since this is a mutation tool, additional detail on side effects would be expected, but the main behavior is covered.

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 concise sentence with two clear clauses. It front-loads the main action and adds the important conditional behavior without any waste. Perfectly sized for the tool's simplicity.

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

Completeness3/5

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

For a simple 2-parameter tool with no output schema and no annotations, the description covers the core action and the special omission case. However, it lacks details on 'ctx' and the accepted format of 'types', which are necessary for correct invocation. The overall picture is adequate but with noticeable gaps.

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 coverage is 0%, so the description must compensate for parameter meaning. It only implies that 'types' is optional and omitting it clears all subscriptions, but does not explain what 'types' contains or what 'ctx' represents. This leaves significant ambiguity for the 2-parameter tool.

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: canceling event subscriptions, with a specific resource ('指定事件' specified events) and an explicit behavior when types is omitted. It distinguishes from the sibling 'subscribe_houdini_events' by directly indicating the opposite action.

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

Usage Guidelines4/5

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

The description provides a clear usage context: omitting 'types' clears all subscriptions, which guides on how to use the tool for different scenarios. It does not explicitly mention alternatives or exclusions, but the context is sufficient for an agent to know when to invoke it.

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/ChengZiiii/opera-houdini-mcp'

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