Skip to main content
Glama

plan_new

Start a new, empty forward operating base layout on the open pad, giving you a blank canvas to begin planning your base design.

Instructions

Start an empty plan. world is null for the open pad (v1 only supports the open pad).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
worldNo
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the burden of explaining side effects, but it does not say whether starting an empty plan discards the current plan, overwrites anything, or interacts with undo/redo or persistence. It only discloses that world must be null.

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, focused sentence that front-loads the main action and adds only a relevant parameter qualification. Every word contributes value; there is no repetition or 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 state-changing tool with no annotations and no output schema, the description is too thin. It omits side effects on the current plan and how plan_new relates to sibling plan_* tools. A few additional words about what happens to existing plan state would make it adequate.

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

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides no description for the world parameter (0% coverage), so the description compensates by stating that world is null for the open pad and that v1 only supports the open pad. This gives some meaning, but it does not explain what the open pad is or what other world values might exist.

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 ('Start') and resource ('an empty plan'), making the core purpose clear. It doesn't explicitly distinguish itself from sibling plan tools like plan_load or plan_list, but the 'empty' qualifier helps establish that it creates a fresh plan.

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?

No explicit guidance is given on when to choose plan_new over alternatives such as plan_load, plan_list, or plan_save. The only usage hint is the world parameter constraint, which is more about parameter semantics than about when to use the tool.

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/MudcrabWarrior/wardogs-mcp'

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