load_prompt
Load specific ADR prompt templates on-demand to reduce token usage by ~96%. Retrieve prompts for generation, analysis, deployment, and other ADR operations only when needed, avoiding unnecessary token consumption.
Instructions
Load a specific prompt or prompt section on-demand. Part of CE-MCP lazy loading system that reduces token usage by ~96% by loading prompts only when needed. Use this to retrieve prompt templates for ADR generation, analysis, deployment, and other operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| promptName | Yes | Name of the prompt to load (e.g., "adr-suggestion", "deployment-analysis", "environment-analysis", "research-question", "rule-generation", "analysis", "security") | |
| section | No | Specific section within the prompt to load. If not provided, loads the entire prompt. Available sections depend on the prompt. | |
| estimateOnly | No | If true, returns only token estimate without loading the full prompt content |