Skip to main content
Glama

load_environment

Load a pre-built environment into the scene by name or fuzzy search. Use the returned bounds and floor height to place objects directly on the ground.

Instructions

Load a pre-built environment into the scene. Supports fuzzy matching. Call list_environments first to see available options.

Many shipped environments are authored Y-up and/or in centimeters; those are rotated and rescaled to match the stage, and the response reports what was applied under "corrections". It also returns "bounds" with the environment's extent and floor_height, so objects can be placed on the ground without a second query. Read prim_path from the response rather than assuming it — it defaults to a named child of /Environment.

Args: environment: Environment name or search term (e.g. "warehouse", "hospital", "office"). prim_path: Prim path for the loaded environment. Defaults to /Environment/, which keeps it separate from the stage's default lighting and lets clear_scene remove it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prim_pathNo
command_idNo
environmentYes
idempotency_keyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so well. It discloses that Y-up/centimeter environments are rotated and rescaled, that corrections are reported in the response, that bounds and floor_height are returned for object placement, and that prim_path has specific default behavior. It even warns not to assume prim_path and explains how clear_scene can remove the loaded environment.

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 dense but every sentence adds value: prerequisite, fuzzy matching, correction behavior, response fields, prim_path guidance, and parameter semantics. The critical behavioral facts are front-loaded before the Args section, and there is no filler.

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

Completeness5/5

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

For a tool with an output schema and a single required parameter, the description is complete for invocation. It tells the agent what to do first, what corrections may be applied, what the response contains, and how the default prim_path behaves. No critical invocation detail appears missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/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, and it does for the two main parameters. It defines 'environment' as a name or search term with examples, and explains prim_path's default, rationale, and relationship to clear_scene. The remaining parameters, command_id and idempotency_key, are left undocumented, though their titles and optional defaults make them broadly self-explanatory.

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?

States a specific verb and resource: 'Load a pre-built environment into the scene.' It also calls out 'fuzzy matching' and tells the agent to call list_environments first, making it clearly distinct from sibling tools like load_usd or import_urdf. Without opening schemas, the agent knows exactly what this tool does.

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

Usage Guidelines4/5

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

Gives an explicit prerequisite: 'Call list_environments first to see available options.' It conveys the context of loading pre-built environments, but it does not explicitly say when to prefer this over alternatives like load_usd or import_urdf. The context is clear, but exclusions are only implied 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