Show Report
reports_showRetrieve a specific Cloudeval evaluation report by ID for a project. Choose raw, parsed, or formatted view to get the exact details needed for Azure or AWS CloudFormation reviews.
Instructions
Fetch one Cloudeval report by id for a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | formatted | |
| baseUrl | No | Cloudeval API base URL. Defaults to the MCP server --base-url, active profile, CLOUDEVAL_BASE_URL, or the public API. | |
| profile | No | Cloudeval CLI config profile to read defaults from. Defaults to the server --profile or CLOUDEVAL_PROFILE. | |
| reportId | Yes | Cloudeval report id. | |
| projectId | No | Cloudeval project id. Defaults to active profile defaultProjectId, then Playground/first project where supported. | |
| frontendUrl | No | Cloudeval frontend base URL for generated links. Defaults to --frontend-url, active profile, CLOUDEVAL_FRONTEND_URL, or public frontend. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | Yes | Tool-specific result payload. | |
| command | Yes | ||
| traceId | No | ||
| frontendUrl | No | ||
| filesWritten | No |