Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

set_selection

Select specific Houdini nodes using their paths. Pre-validates every path so any invalid entry leaves the selection untouched; optionally clear current selection first.

Instructions

覆盖节点选择(add-scene-context-selection-materials,NO_UNDO)。

全量预校验 ``node_paths``,任一无效 → 0 部分改变;clear 仅
走当前 ``selectedNodes()`` 的 ``setSelected(False)``,**不**
调 ``clearAllSelected()`` 避免影响 box / note / dot。UI /
viewport 运行态写,**不**能由 HIP undo 恢复;该命令归
``NO_UNDO_COMMANDS``,batch dispatcher 会在执行前关闭 undo
segment。响应过 server 端 ``apply_response_cap``。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxYes
node_pathsYes
clear_othersNo
Behavior5/5

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

With no annotations provided, the description carries the full burden and excels: it discloses full pre-validation (atomicity), the specific clear approach avoiding clearAllSelected() to prevent side effects on box/note/dot, NO_UNDO behavior with batch dispatcher handling, and response capping. This is rich, actionable behavioral detail.

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?

The description is dense but relatively compact, covering multiple important behaviors in three sentences. It uses formatting (bold, code) effectively and every sentence adds value. Slightly heavy in technical jargon but not verbose.

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?

The tool has no output schema, and the description covers key aspects like atomicity, undo, and response cap, but it omits return value expectations and fails to explain the ctx parameter. For a selection tool with 3 parameters, the description is above average but still incomplete.

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% (no parameter descriptions), so the description must compensate. It explains node_paths (pre-validation) and clear behavior, but neither the ctx parameter nor the clear_others parameter is explicitly named or explained. The description does not fully map to the three schema properties.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool 'overrides node selection' with a specific scope (add-scene-context-selection-materials). This distinguishes it from get_selection and other selection-related tools, though it does not explicitly name alternatives as in the high calibration example.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. The description focuses on internal mechanics (pre-validation, undo behavior) rather than usage context or prerequisites. There is no mention of when to prefer set_selection over get_selection or frame_selection.

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