MCP ReferenceTools
aws_propose_components
Propose AWS infrastructure components from a high-level intent
aws_propose_components
Propose AWS infrastructure components given a high-level intent.
Calls the deterministic CloudBooster planner; returns a ranked list of
ComponentCandidate objects.
- Family: composition
- Source:
cbx-mcp/src/cbx_mcp/tools/compose.py::aws_propose_components - Backend:
POST /v1/compose/aws/propose
Input schema
The MCP tool sends a request body with the literal keys intent (string)
and constraints (object) to the backend; both keys are forwarded
verbatim. How the planner maps these onto its internal workload-intent
model is a server-side concern that callers do not need to reason about.
Output schema
Example call
Example result
Illustrative — values follow the backend's published OpenAPI example for
this route; real responses will contain more candidates and richer
explanation strings.