record_structured_result
Store schema-bound worker output in a workflow, including findings, verdicts, coverage notes, and reports. Returns aggregate counts by result kind and status.
Instructions
Store schema-bound worker output in a WORKFLOW. Use for findings, verifier verdicts, coverage notes, and final reports. For a verifier verdict, set result_kind='verdict', status to confirmed/plausible/refuted, and verifies_result_id to the finding/result being checked. The response returns an aggregate count by result kind and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| title | No | ||
| status | No | pending | |
| metadata | No | ||
| worker_id | No | ||
| confidence | No | ||
| result_kind | Yes | ||
| schema_name | No | ||
| workflow_id | Yes | ||
| binding_token | No | Opaque token returned by this agent's join_session or plan_session. Required for reliable identity when logical agents share an MCP connection. | |
| result_schema | No | JSON Schema or schema descriptor used to validate data. | |
| source_trace_path | No | ||
| verifies_result_id | No | ||
| source_execution_id | No |