Skip to main content
Glama

set_parameters

Set multiple parameters on a Houdini node in one call. Provide the node path and an object of parameter name-value pairs to update.

Instructions

Set multiple parameters at once on a node.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_pathYes
parametersYes
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It only states the action, with no mention of side effects (overwriting existing values), validation, error handling, permissions, or reversibility. This is a significant gap for a mutation tool.

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 a single, concise sentence that front-loads the action and resource. Every word is purposeful, with no fluff or redundancy.

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?

Given the tool has 2 parameters (one being a nested object), no output schema, and no annotations, the description is severely under-specified. It lacks information about how parameters are structured, whether successful setting returns anything, and what edge cases exist. The minimal description may confuse an agent attempting to construct valid calls.

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?

The input schema has 0% description coverage, and the description does not compensate. While 'multiple parameters' hints that the 'parameters' object contains key-value pairs, it does not explain the structure of node_path or parameters, nor provide examples or constraints. The description adds minimal value over the raw schema.

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 ('Set'), the resource ('multiple parameters'), and the scope ('on a node'). It distinguishes from singular set_parameter by highlighting 'multiple parameters at once', making the purpose clear and differentiated from siblings.

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?

The phrase 'multiple parameters at once' implies this tool is for batch setting as opposed to setting one parameter at a time, providing clear context. However, it does not explicitly name alternatives or state when not to use this tool, so it falls short of explicit when/when-not guidance.

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/JTCHE/houdini-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server