Skip to main content
Glama

build

Build a structure on your planet (max 12): dome, tower, port, garden, lab, monument, market, shrine.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
typeYes
api_keyYes

TDQS

A3.7/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 burden. It discloses the max 12 and allowed types, which is useful. However, it does not mention prerequisites (e.g., planet ownership), side effects, or behavior when the limit is reached, leaving gaps for a mutation tool.

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 efficiently communicates the core action, the limit, and the valid options without any waste.

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?

While the purpose and allowed types are clear, the lack of parameter guidance, usage instructions, and side-effect disclosure makes it incomplete for a tool with no annotations and no output schema. It needs more context to be reliably invoked.

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?

With 0% schema description coverage, the description must compensate, but it does not explicitly map the listed structure types to the 'type' parameter, nor explain 'name' or 'api_key'. The list of types provides some hints but not explicit parameter semantics.

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 clearly identifies the action (build) and resource (structure on your planet), lists the valid structure types, and distinguishes from sibling tools like terraform. It is specific and immediately understandable.

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?

It gives clear context that this tool is for building structures, with a limit of 12, and the structure types are enumerated. However, it does not explicitly state when to use this over siblings like terraform or mention exclusions, so it lacks explicit alternatives.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool targets a distinct action and resource: accepting vs posting offers, building vs terraforming (structures vs terrain), visiting a planet vs traveling through a portal. There is no meaningful overlap that would cause an agent to misselect.

Naming Consistency5/5

All tool names use lowercase snake_case and follow a verb-first pattern, with most being verb_noun (accept_offer, claim_planet, list_planets). Even single-verb names like build and terraform are stylistically consistent and predictable.

Tool Count5/5

With 12 tools, the set is well-scoped for a planet-management and trading server. Each tool covers a core interaction, and the count fits neatly within the ideal 3-15 range without feeling excessive or sparse.

Completeness4/5

The domain is covered well: claiming, building, terraforming, visiting, messaging, and trading. Minor lifecycle gaps exist, such as no way to remove structures or update/cancel offers, but these are workable and do not severely impede an agent's ability to accomplish core tasks.

Resources