handover_readiness
Assess handover readiness by checking COBie workbooks or entities for missing required data and invalid references.
Instructions
Assess handover readiness for the workbook or a single entity (e.g. Component by Name).
Read-only. Use when the user asks "what's missing", "is this ready", or "correct this record"
and an entity (sheet + key) is in context.
Args:
excel_path: Path to the COBie Excel file.
sheet: Optional sheet name (e.g. "Component", "Type") to filter by entity.
key: Optional row key (e.g. component Name) to filter by entity.
Returns:
HandoverReadinessResult: ready, missing_required, invalid_refs, warnings,
summary, suggested_instructions (simple deterministic fix suggestions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| sheet | No | ||
| excel_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||