collect_diagnostic_bundle
Collect audit inputs, manifests, waivers, and log tails into a timestamped diagnostic bundle to centralize troubleshooting evidence and support reproducible Vivado flows.
Instructions
Collect audit inputs, manifests, waivers, and log tails into vmcp_diagnostics//diagnostic_manifest.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_name | No | ||
| timeout_s | No | ||
| timestamp | No | ||
| output_dir | No | ||
| vivado_path | No | Optional identity assertion. It must match the canonical executable identity captured from VIVADO_PATH when the MCP server started and cannot override it. | |
| reuse_audit_from_manifest | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | Yes | ||
| tool | Yes | ||
| message | Yes | ||
| summary | Yes | ||
| error_code | Yes | ||
| next_steps | No | ||
| raw_excerpt | No | ||
| next_actions | No | ||
| handoff_ready | Yes | ||
| stop_required | Yes | ||
| policy_allowed | No | ||
| resume_context | No | ||
| schema_version | Yes | ||
| assessment_status | Yes | ||
| handoff_reviewable | No | ||
| hardware_validation | No |