get_pillar_details
Retrieve a pillar's description and validation checks, enabling you to assess SageMaker workloads against the AWS Well-Architected Framework.
Instructions
Get detailed information about a specific Well-Architected pillar and its checks.
Returns the pillar description and all validation checks that are performed
for the specified pillar.
Args:
ctx: MCP context
pillar: Pillar name
Returns:
PillarInfoResponse with pillar details and checks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pillar | Yes | Pillar name: security, reliability, performance, cost, operational_excellence, or sustainability. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Pillar name | |
| checks | Yes | List of checks for this pillar | |
| content | Yes | Response content | |
| isError | No | Whether this is an error response | |
| description | Yes | Pillar description |