Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

get_frame

Reads current Houdini timeline state, returning frame, time, FPS, frame range, playback range, and frame increment.

Instructions

读取当前帧 / 时间 / fps / 三组 range / increment,全部 float(PR 19)。

返回 dict 字段:frame / time / fps / frame_range /
playback_range / frame_increment;任一 hou 调用抛异常时降级为
status=error 而非向调用方抛异常。仅读取时间线状态,不修改场
景或参数(READ_ONLY_COMMANDS)。响应整体过 server 端
``apply_response_cap`` 截断大 payload(虽然规模小,仍保持
defense-in-depth)。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxYes
Behavior5/5

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

No annotations are provided, so the description carries the full burden. It discloses error handling (degrades to status=error), read-only nature, return fields, and response payload truncation. This is rich behavioral 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 well-structured and front-loaded with the primary function, followed by return fields, error behavior, and read-only guarantee. Every sentence adds value without redundancy.

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?

The tool is simple and the description is complete: it lists all return fields, explains error behavior, confirms read-only semantics, and mentions response handling. No output schema exists, so the description adequately fills that need.

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 description coverage is 0% and the description does not explain the 'ctx' parameter. Since the description should compensate for low schema coverage, the lack of any parameter semantics is a clear gap.

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 reads current frame, time, fps, ranges, and increment, with a specific verb and resource. It distinguishes from siblings like set_frame and get_keyframes by explicitly focusing on timeline state.

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?

It explicitly states 'only reads timeline state, does not modify scene or parameters', providing clear context for when to use it. However, it does not explicitly name alternative tools or exclusion scenarios, so not a perfect 5.

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