transport_submit_report
Submits a transport report; non-hosted mode persists it, hosted mode returns local-ledger guidance instead.
Instructions
Submit a Transport report in non-hosted mode; hosted mode returns local-ledger guidance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| report | No | Alias for report_text. Use when the client naturally sends report instead of report_text. | |
| run_id | No | Transport run id. Hosted mode requires it so Manager can update local .nogra records. | |
| status | No | Optional submitted run status such as ok, partial, blocked, or failed. Aliases complete/completed/succeeded map to ok. | |
| summary | No | Optional one-line summary for the local transport event trail. | |
| output_text | No | Optional final output text for output.md. Hosted mode returns the local output path to write. | |
| report_text | No | Complete structured report markdown. Hosted mode returns local-ledger guidance instead of persisting it. | |
| allow_overwrite | No | Non-hosted only: replace an existing non-empty report artifact when true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||