Skip to main content
Glama
ChengZiiii

opera-houdini-mcp

by ChengZiiii

get_wrangle_code

Retrieve the VEX snippet from an Attribute Wrangle SOP, returning its path, name, type, and code for quick inspection.

Instructions

读取 Attribute Wrangle SOP 的 snippet (add-node-parameter-vex-tools,READ_ONLY)。

返回 ``{path, name, type, code}``。响应过 ``apply_response_cap``。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ctxYes
pathYes
Behavior3/5

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

With no annotations provided, the description must bear the full burden of behavioral disclosure. It does disclose that the tool is READ_ONLY and that the response passes through apply_response_cap, adding some transparency. However, it lacks details on error handling, required permissions, or any side effects, which is a modest but not comprehensive disclosure.

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 composed of three short sentences, with the first sentence immediately stating the core purpose. It is front-loaded, contains no redundant information, and every phrase adds value, including the return structure and the response handling note.

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?

The tool is a simple getter, but the description is incomplete given the sparse schema and missing annotations. It does not explain the input parameters, which are critical for correct use. The return structure is mentioned, but without further context on when or how to use the tool, the description is insufficient for reliable invocation.

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

Parameters1/5

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

The input schema has 0% description coverage, and the description does not explain either 'ctx' or 'path' parameters. It only mentions 'path' as part of the return structure, which gives a hint about its meaning but does not clarify its input role or the meaning of 'ctx'. The description fails to compensate for the complete lack of schema descriptions.

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 ('reads the snippet') and the resource ('Attribute Wrangle SOP'), making the tool's purpose unambiguous. It also includes 'READ_ONLY' to signal it is a read operation, which helps distinguish it from sibling tools like set_wrangle_code.

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 through its read-only nature and return type, but it does not explicitly state when to use this tool over alternatives. There is no mention of when not to use it or any alternative tools, leaving the agent to infer from the sibling list.

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