Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

lop_prim_get

Fetch a single USD prim's type, active, loaded, kind, and bounded attributes by specifying its prim_path. Returns scene details for Houdini LOPs.

Instructions

单个 prim 的 type / active / loaded / kind + 有界属性 (add-usd-solaris-tools,NO_UNDO)。

``prim_path`` 必填(USD path,如 ``/Asset``)。响应过 server 端
``apply_response_cap``。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxYes
node_pathYes
prim_pathYes
max_attributesNo
Behavior3/5

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

No annotations are present, so the description carries the full burden. It notes NO_UNDO and that responses pass through server-side apply_response_cap, which adds context, but it does not disclose error behavior, confirm read-only nature, or elaborate on the response capping's impact.

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 two terse sentences that commit no waste: the first states the core output, the second covers the required parameter and response handling. Every sentence earns its place, making it highly concise.

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

Completeness2/5

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

With 4 parameters, no output schema, and no annotations, the description omits essential context for three parameters and does not position the tool among closely related query siblings. Significant gaps remain for an agent to use it correctly in varying situations.

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 only explains prim_path with a concrete example. ctx, node_path, and max_attributes remain entirely undocumented, so the description fails to compensate for the schema gap for three of four parameters.

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 that the tool returns type/active/loaded/kind plus bounded attributes for a single prim, making its purpose specific and unambiguous. It distinguishes from sibling query tools like lop_prim_search by targeting a single prim's core properties rather than searching or general stats.

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 is for retrieving a specific prim's info and marks prim_path as required, but it does not explicitly compare to alternatives like get_usd_prim_stats or provide when-not-to-use guidance. It gives a prerequisite but no exclusions or alternative conditions.

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