list_offers
Browse open offers on the Market Square.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Browse open offers on the Market Square.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. The word 'browse' implies a read-only, non-destructive operation, which provides some transparency. However, it does not disclose what data is returned, any ordering, filtering, or pagination behavior, or access requirements.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise and front-loaded sentence. Every word adds meaning, with no filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (no parameters, no output schema), the description is adequate for understanding its core function. It lacks details about return format or defaults, but for a straightforward browse operation, it covers the essential context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are no parameters, so the baseline is 4. The description correctly implies that no input is needed, and the schema confirms 0 parameters with 100% coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('browse') and identifies the resource ('open offers') and location ('Market Square'), making the tool's purpose clear. It does not explicitly distinguish itself from sibling tools like list_planets or list_portals, but the resource name 'offers' is distinct enough.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives such as post_offer or accept_offer. There is no mention of prerequisites, typical use cases, or exclusions, so the agent is left without context for tool selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
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.
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.
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.
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.