Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

set_cop_flags

Set Copernicus node flags atomically: display, export, template, selectable_template, compress, bypass. Validates whitelist keys, rejects unknown, one undo group.

Instructions

原子设置 Copernicus 白名单 flags(add-cops-tools,MUTATING)。

``flags`` 键只能是 display/export/template/selectable_template/
compress/bypass,值为 bool;未知键在任何写入前拒绝整次请求。单 undo group。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxYes
flagsYes
node_pathYes
Behavior5/5

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

Given no annotations, the description fully discloses critical behaviors: atomicity, mutation, validation (only allowed keys and bool values), and that unknown keys cause rejection before any write. It also mentions the single undo group, which is valuable beyond normal expectations.

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 compact and front-loaded with the primary action, followed by concise, relevant details about validation and undo behavior. Every sentence contributes essential information.

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?

The description thoroughly covers the core behavior (atomicity, validation, undo), which is sufficient for a simple mutation tool. However, it omits details about the required parameters 'ctx' and 'node_path' and any return value, making it slightly incomplete for an agent without additional context.

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

Parameters3/5

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

The description adds meaningful semantics for the 'flags' parameter by listing allowed keys and value types, but does not clarify 'ctx' or 'node_path'. With 0% schema coverage, this partial compensation leaves gaps, though the key parameter is well explained.

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 ('atomically set Copernicus whitelist flags') and specifies the exact resource (Copernicus) and the mutation type (MUTATING). It distinguishes itself from siblings like 'set_node_flags' by clearly targeting Copernicus flags.

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 by explicitly naming 'Copernicus whitelist flags' and defining the valid flag keys, but it does not explicitly state when to choose this tool over alternatives like 'set_node_flags' or provide any exclusion criteria. The context is clear but not fully directive.

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