Skip to main content
Glama
Kirachon

Context Engine MCP Server

by Kirachon

create_plan

Generate structured implementation plans for software development tasks by analyzing codebase context, identifying dependencies and risks, and creating actionable step-by-step guides.

Instructions

Generate a detailed implementation plan for a software development task.

This tool enters Planning Mode, where it:

  1. Analyzes the codebase context relevant to your task

  2. Generates a structured, actionable implementation plan

  3. Identifies dependencies, risks, and parallelization opportunities

  4. Creates architecture diagrams when helpful

When to use this tool:

  • Before starting a complex feature or refactoring task

  • When you need to understand the scope and approach

  • To identify potential risks and dependencies upfront

  • When coordinating work that touches multiple files

What you get:

  • Clear goal with scope boundaries

  • MVP vs nice-to-have feature breakdown

  • Step-by-step implementation guide

  • Dependency graph showing what can run in parallel

  • Risk assessment with mitigations

  • Testing strategy recommendations

  • Confidence score and clarifying questions

The plan output includes both a human-readable summary and full JSON for programmatic use. By default, plans are persisted so they can be executed later via plan_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYesThe task or goal to plan for. Be specific about what you want to accomplish.
max_context_filesNoMaximum number of files to include in context analysis (default: 10)
context_token_budgetNoToken budget for context retrieval (default: 12000)
generate_diagramsNoGenerate architecture diagrams in the plan (default: true)
mvp_onlyNoFocus on MVP features only, excluding nice-to-have (default: false)
auto_saveNoPersist the generated plan for later use (default: true)
save_nameNoOptional custom name for the saved plan
save_tagsNoOptional tags for the saved plan
save_overwriteNoOverwrite existing plan with same ID when auto-saving (default: false)
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes what the tool does in 'Planning Mode' (e.g., analyzes codebase context, generates structured plans, creates diagrams) and outputs (e.g., human-readable summary, JSON, persistence via plan_id). It covers key behavioral traits like scope, risks, and dependencies, though it doesn't mention performance aspects like rate limits or error handling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections (e.g., 'When to use this tool,' 'What you get'), making it easy to scan. It's appropriately sized for a complex tool, but some sentences could be more concise, such as the bulleted lists which are detailed but slightly verbose. Overall, it's front-loaded with the core purpose and efficiently organized.

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 complexity (9 parameters, no output schema, no annotations), the description is quite complete. It explains the tool's behavior, usage context, and outputs in detail, compensating for the lack of structured fields. However, it doesn't cover all edge cases, such as error scenarios or specific limitations, which could enhance completeness for a tool of this scope.

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?

Schema description coverage is 100%, so the schema already documents all 9 parameters thoroughly. The description adds no specific parameter information beyond what's in the schema, such as explaining 'task' or 'max_context_files' in more detail. However, it implies context usage through phrases like 'Analyzes the codebase context,' which loosely relates to parameters like 'max_context_files' and 'context_token_budget,' but doesn't add substantial semantic value.

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 purpose: 'Generate a detailed implementation plan for a software development task.' It specifies the verb ('generate') and resource ('implementation plan'), and distinguishes it from siblings like 'execute_plan', 'refine_plan', or 'visualize_plan' by focusing on creation rather than execution, modification, or visualization.

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 includes an explicit 'When to use this tool' section with four bullet points, such as 'Before starting a complex feature or refactoring task' and 'When you need to understand the scope and approach.' It provides clear context for when to use this tool versus alternatives, though it doesn't explicitly name sibling tools like 'refine_plan' or 'execute_plan'.

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/Kirachon/context-engine'

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