Skip to main content
Glama
billy12151
by billy12151

exit_plan_mode

Submit a completed plan for user approval. Approval exits plan mode and enables execution; denial invites plan revision.

Instructions

Submit your completed plan and wait for user approval.

Call this ONLY after you have a concrete, actionable plan. This blocks the agent run until the user decides:

  • approve -> plan mode ends, write/edit/exec tools may be used

  • deny -> stay in plan mode, revise and resubmit On clients without in-tool approval prompts, the tool returns immediately with status 'submitted' and approval is deferred to the client's own permission flow.

Args: plan: The full step-by-step plan, in markdown. todos: Optional updated todo list to persist alongside the plan.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planYes
todosNo

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 discloses key behaviors: the tool blocks the agent run until user decision, and explains the approval flow. It also mentions deferred approval on certain clients. Lacks mention of side effects or permissions, but is sufficient for the tool's function.

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: purpose first, then conditions, then arguments. 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?

The tool has 2 parameters and no output description despite having output schema. The description covers usage and parameters well but omits return value details. Still complete enough for agent decision-making.

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

Parameters5/5

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

The description explains both parameters: plan is 'The full step-by-step plan, in markdown' and todos is 'Optional updated todo list to persist alongside the plan.' This adds significant meaning beyond the schema, especially given 0% schema description coverage.

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 starts with a clear verb and resource: 'Submit your completed plan and wait for user approval.' It distinguishes itself from siblings like enter_plan_mode by specifying that this ends plan mode with user approval.

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?

It explicitly states when to call it: 'Call this ONLY after you have a concrete, actionable plan.' It details the two possible outcomes (approve/deny) and behavior on different clients, providing clear guidance on when to use and what to expect.

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