Skip to main content
Glama

configure_script_node

Preview or configure a single ScriptNode's inline script or file reference in an Isaac Sim action graph, with mode validation before applying changes.

Instructions

Preview or configure one exact ScriptNode in explicit inline/file mode.

mode='inline' requires inline_script and forbids script_file. mode='file' requires script_file and forbids inline_script. The extension validates the mode before mutating the graph.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoinline
previewNo
node_pathNoScriptNode
command_idNo
graph_pathYes
script_fileNo
inline_scriptNo
idempotency_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It does disclose that the extension validates the mode before mutating the graph and that the tool can preview, which is useful. However, it does not explain what 'configure' changes, whether the mutation is reversible, or what side effects occur beyond the graph mutation.

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 compact and well-structured: the first sentence states purpose and scope, and the next sentences capture essential mode invariants. Every sentence earns its place with no filler.

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?

An output schema exists, so return values do not need explanation, but this is a mutating tool with 8 parameters, no annotations, and no description of the required graph_path or node_path semantics. The mode constraints are essential, but the description is not complete enough for a fresh agent to safely select and invoke the tool without additional context.

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 description adds valuable cross-parameter semantics: inline mode requires inline_script and forbids script_file, while file mode requires script_file and forbids inline_script. Since schema description coverage is 0%, this is important, but the description leaves graph_path, node_path, preview, command_id, and idempotency_key unexplained, so it only partially compensates for the schema gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific action ('Preview or configure') and resource ('one exact ScriptNode'), and states the scope ('inline/file mode'). It is clear enough to identify what the tool operates on, but it does not explicitly differentiate from the sibling reload_script_node or other script/graph tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives mode-level constraints but no guidance on when to use this tool versus alternatives such as execute_script, reload_script_node, or action graph tools. Usage is only implied by the resource name and the preview/configure verbs, not by clear selection criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Tim0320/IsaacSim-MCP'

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