Skip to main content
Glama
billy12151
by billy12151

enter_plan_mode

Activate planning mode before multi-step or destructive tasks. Makes workflow observable by requiring research, step breakdown, and plan approval before write operations.

Instructions

Enter plan mode before attempting any complex, multi-step, or file-modifying task.

Use this PROACTIVELY for non-trivial coding, refactoring, or destructive operations. Once in plan mode you SHOULD:

  • research the task using read-only tools (read / grep / web search)

  • call todo_write to break the work into steps

  • then call exit_plan_mode with a concrete plan and WAIT for approval Avoid write / edit / exec while planning. This tool itself is non-destructive; it only marks state so the workflow is observable.

Args: reason: Short note on why plan mode is warranted for this task. goal: One-line description of what the plan should achieve.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNo
reasonNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description properly discloses that the tool 'is non-destructive; it only marks state so the workflow is observable.' It does not mention any side effects, but it is sufficiently transparent for the agent to understand the safe, stateful nature of the 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 concise and well-structured, with a clear purpose statement, usage guidelines, a workflow bullet list, and a parameter section. Every sentence adds value without redundancy.

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

Completeness4/5

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

Given the tool's low complexity and the presence of an output schema (which presumably describes the response), the description covers purpose, usage, and parameters adequately. It does not elaborate on the output, but the schema is expected to handle that.

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%, but the description adds meaning for both parameters: 'reason' is a short note on why plan mode is warranted, and 'goal' is a one-line description of the plan's achievement. This compensates for the missing schema descriptions.

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 states the tool's function: 'Enter plan mode before attempting any complex, multi-step, or file-modifying task.' It specifies the verb (enter) and resource (plan mode), and distinguishes it from siblings like exit_plan_mode and todo_write.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use guidance: 'Use this PROACTIVELY for non-trivial coding, refactoring, or destructive operations.' It also details the subsequent workflow: research, todo_write, exit_plan_mode, and wait for approval, while advising against write/edit/exec during planning.

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/billy12151/plan-mode-mcp'

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