save_scene
Avoid losing your Houdini work: save the current scene, optionally to a new file path.
Instructions
Save the current Houdini scene, optionally to a new file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No |
Avoid losing your Houdini work: save the current scene, optionally to a new file path.
Save the current Houdini scene, optionally to a new file path.
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It states that it saves the current scene and optionally to a new file path, but it does not explain overwrite behavior, what happens if no file path exists, or whether the scene is saved in place or as a copy. This leaves important behavioral aspects unclear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, front-loaded with the action, and contains no fluff. It earns its place efficiently and is appropriately sized for the tool's simplicity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simplicity of the tool (one optional parameter, no output schema), the description covers the main purpose and the optional parameter. However, it lacks details about behavior when file_path is omitted (saving to the current path) or potential side effects, making it minimally complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The only parameter, file_path, is semantically explained as 'a new file path', which maps directly to the description's mention of optionally saving to a new path. However, no additional details about path format, relative/absolute, or expected extensions are given, and the schema has no description for the parameter.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses the specific verb 'Save' with the resource 'current Houdini scene', clearly distinguishing it from load_scene and other scene-related tools. The optional file path is also mentioned, making the purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no explicit guidance on when to use this tool vs alternatives like load_scene. The context is clear (saving a scene), but no exclusions or alternative recommendations are provided, leaving usage to be implied.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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