Skip to main content
Glama

get_artifact_info

Retrieve size, type, hash, expiry, and producer metadata for a managed artifact in Isaac Sim. Use this to verify artifact details before loading or sharing.

Instructions

Get size, type, hash, expiry, and producer metadata for a managed artifact.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYes
command_idNo
idempotency_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

B3.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It conveys that the tool reads and returns metadata, which implies a non-destructive operation, but it does not disclose preconditions, error behavior, or whether artifact content is ever accessed. This is acceptable but not fully transparent.

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, front-loaded sentence that directly states what the tool returns. There is no filler, repetition, or schema duplication; every word adds value.

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

Completeness4/5

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

For a simple metadata getter with an output schema and one obvious required parameter, the description is largely sufficient for an agent to call the tool correctly. The main shortfall is the lack of guidance on optional parameters and alternative tools, but the core invocation path is clear.

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%, and the description does not explain the parameters. The required 'handle' is reasonably inferable as an artifact identifier from context, but 'command_id' and 'idempotency_key' remain entirely unexplained. The description adds no value over the raw schema for parameter meaning.

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 states a specific action ('Get') and resource ('a managed artifact'), and enumerates the exact metadata fields returned: size, type, hash, expiry, and producer metadata. This is clear, though it does not explicitly differentiate itself from the sibling read_artifact tool by stating that it only returns metadata rather than content.

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?

There is no guidance about when to use this tool versus alternatives such as read_artifact, delete_artifact, or cleanup_artifacts. The name implies info retrieval, but the description does not state exclusions or direct agents to a sibling when they need artifact content or mutation.

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