Skip to main content
Glama

setup_objects

Create and configure multiple Unity objects in a single call, specifying name, primitive, parent, position, and components per line.

Instructions

Create+configure multiple objects in one call. One per line: name [primitive=X] [parent=Y] [pos=(x,y,z)] [components…

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already indicate a mutation (readOnlyHint: false), which the description confirms with 'Create+configure'. The description adds the batch-processing behavior and syntax format, but does not disclose error handling, partial failure semantics, or required permissions, which are valuable for a mutating tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded, stating the purpose and syntax examples immediately. The truncation with '…' is a minor structural flaw, breaking the expected completeness, but overall it is efficient 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?

For a batch mutation tool with no schema parameters and no output schema, the description is the only documentation. It offers a basic syntax snippet but lacks a full option list, example, error behavior, and relationship to similar tools like configure_objects. This is a significant gap for a tool of this complexity.

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?

The input schema is an empty object with zero parameters, so the description carries the entire parameter burden. It lists name, primitive, parent, pos, and components with syntax, which is helpful. However, the list is truncated with an ellipsis, leaving some options undocumented.

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 clearly states 'Create+configure multiple objects in one call,' providing a specific verb and resource that distinguishes it from single-object tools like create_object. However, it does not explicitly differentiate from the similar sibling configure_objects, and the truncation with '…' leaves the scope slightly unclear.

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 'in one call' implies a batch use case, and the line-based format suggests using it for bulk creation/configuration. However, there is no explicit guidance on when to prefer this over alternatives like create_object, set_property, or configure_objects, nor any exclusion criteria.

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

Install Server

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/german-krasnikov/unity-biome-mcp'

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