Skip to main content
Glama

delete_artifact

Deletes a managed artifact from Isaac Sim after validating its opaque handle.

Instructions

Delete one managed artifact after validating its opaque handle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYes
command_idNo
idempotency_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description carries the full safety burden. It usefully discloses that the handle is validated before deletion, which is a meaningful behavioral constraint. However, it does not say whether deletion is permanent/recoverable, what happens on validation failure, or whether the operation is idempotent despite the presence of an idempotency_key parameter.

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 focused sentence with no filler. The operation, resource scope, and validation requirement are all front-loaded, and every word adds meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is minimally viable for a single-delete tool, especially since an output schema exists to document return values. Still, the optional parameters remain unexplained, and the lack of behavioral detail around idempotency and failure modes leaves meaningful gaps for an agent deciding whether and how to invoke the tool.

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 must compensate. It clarifies that handle is an 'opaque handle' that gets validated, but it says nothing about command_id or idempotency_key, leaving those optional parameters semantically unexplained.

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 uses a clear verb ('Delete'), a specific resource ('one managed artifact'), and adds a distinctive behavior ('after validating its opaque handle'). This separates it from sibling tools like cleanup_artifacts (bulk deletion) and read_artifact/get_artifact_info (read operations).

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 phrase 'one managed artifact' implies this is for single-artifact deletion rather than bulk cleanup, but no alternatives are named and no explicit when-to-use or when-not-to-use guidance is given. The usage context is inferred rather than stated.

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