load_prompt
Load a specific prompt or prompt section on demand for ADR generation, analysis, and deployment. Reduces token consumption by loading only when needed.
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 |
|---|---|---|---|
| section | No | Specific section within the prompt to load. If not provided, loads the entire prompt. Available sections depend on the prompt. | |
| promptName | Yes | Name of the prompt to load (e.g., "adr-suggestion", "deployment-analysis", "environment-analysis", "research-question", "rule-generation", "analysis", "security") | |
| estimateOnly | No | If true, returns only token estimate without loading the full prompt content |