Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

batch

Run a predefined list of Houdini commands sequentially, with pre-validation to block unsafe operations and per-item results. Supports continuing on error and configurable batch limits.

Instructions

按顺序执行一批既有 Houdini command。

batch 只做一次 TCP relay;bridge 先完整预检 render policy,任何 redirect / interrupt / blocked response 都不会触发连接或前序 mutation。 Houdini 端按 mutating segment 合并 undo;batch 不提供事务回滚,结果逐项 报告。默认最多 50 项,上限可由环境变量调整并 clamp 到 1..200。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationsYes
continue_on_errorNo
Behavior5/5

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

With no annotations, the description carries full burden. It discloses multiple traits: TCP relay, per-item result reporting, no rollback, undo merging on mutating segments, and a default max of 50 items with environment-variable clamp. This is comprehensive and adds significant context beyond the schema.

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 compact, well-structured paragraph where each sentence adds unique value. It avoids redundancy and is appropriately sized for the tool's complexity.

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

Completeness5/5

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

Despite lacking an output schema, the description fully covers execution order, network behavior, undo integration, error reporting, and limits. It is complete enough for an agent to use the tool correctly without needing external documentation.

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% and the description does not explain the operations array structure or the continue_on_error flag. It mentions 'existing Houdini commands' and 'results item by item', which loosely implies error handling, but it does not clarify what each operation object should contain or how continue_on_error affects behavior.

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 '按顺序执行一批既有 Houdini command' (execute a batch of existing Houdini commands in order), specifying the verb (execute), resource (Houdini commands), and scope (batch). It distinguishes itself from sibling tools by focusing on batch execution and even contrasts with 'bridge' to clarify its role.

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?

It explicitly contrasts with 'bridge' by saying batch does simple TCP relay while bridge pre-checks render policy, giving clear when-to-use guidance. It also notes the lack of transaction rollback, implying that batch is for non-atomic operations where per-item reporting is acceptable.

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