MCP ReferenceTools
render_adr
Render an Architecture Decision Record from a deployment plan
render_adr
Render an Architecture Decision Record (ADR) from a deployment plan.
Takes a resolved composition plan and returns an ADR as a single Markdown string, suitable for committing alongside infrastructure code.
- Family: composition
- Source:
cbx-mcp/src/cbx_mcp/tools/compose.py::render_adr - Backend:
POST /v1/compose/render-adr
Input schema
Output schema
Example call
Example result
Illustrative — rendered is a single Markdown document; the snippet
below is truncated for readability.