get_critical_path
Identify critical path activities by total float <= 0 from Primavera P6 XER files. Filter by project ID or short name.
Instructions
Find critical path activities (total float <= 0, incomplete only).
Results are sorted by early start date ascending.
Accepts either project_id (numeric) or project_short_name as a filter.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| project_id | No | ||
| project_short_name | No |