aws_best_practices_for
Get AWS best-practice recommendations for a workload
aws_best_practices_for
Get AWS best-practice recommendations for a workload.
Returns curated knowledge chunks that describe how CloudBooster recommends building a given workload on AWS — the patterns that typically work, the trade-offs to be aware of, and the primitives that usually appear together. Use this early in planning, before you have a concrete component list.
- Family: knowledge
- Source:
cbx-mcp/src/cbx_mcp/tools/knowledge.py::aws_best_practices_for - Backend:
GET /v1/knowledge/aws/practices?workload={workload}
Input schema
The backend matches workload against its catalogue of known workload
types. Unknown values return an empty chunks list rather than an
error.
Output schema
On success the tool returns the backend's PublicKnowledgeResponse
wrapped in the standard MCP envelope:
Each chunk's category identifies the kind of guidance it carries —
typically values like pattern, tradeoff, or composition_hint.
type_ids lists the primitives the chunk references, so callers can
pivot directly into aws_lookup_primitive
for any primitive that looks promising.
Example call
Example result
Illustrative — real responses include several chunks across patterns, trade-offs, and composition hints.