Skip to main content
Glama

open_gripper

Open a gripper to its configured open width in an Isaac Sim scene and read back the target position for verification.

Instructions

Open a gripper to the profile's declared open width with immediate target read-back.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileYes
prim_pathYes
command_idNo
idempotency_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description bears the full transparency burden. It does reveal a meaningful behavior ('immediate target read-back') and clearly states the action, but it omits side effects, preconditions, blocking behavior, and error semantics. This is partial but not full 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?

A single, front-loaded sentence with no filler. The action, the width source, and the read-back behavior are all conveyed compactly.

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?

Even though an output schema exists, the required parameter semantics are thin, there is no usage guidance, and annotations provide no safety or execution context. For a mutating tool in a large sibling family, this description is only minimally sufficient.

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%, so the description needed to explain the required parameters. It only hints at 'profile' through 'declared open width' and leaves prim_path, command_id, and idempotency_key unaddressed. prim_path is inferable from the tool name but not documented.

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 states a specific operation ('Open a gripper'), identifies the width source ('the profile's declared open width'), and adds a distinguishing behavioral detail ('immediate target read-back'). This clearly differentiates it from close_gripper and set_gripper_width.

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?

No explicit when-to-use or when-not-to-use guidance is given. Sibling tools such as set_gripper_width and close_gripper are not mentioned, so the agent must infer when profile-based opening is preferred over explicit-width setting.

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