Report an issue
agent_report_issueReport unexpected tool errors or confusing Conduit outcomes for AX review (agent_report_issue — not order_feedback). Pass message (required), optional kind=bug|confusing|wrong_data|blocked, plus agent_id, tool, error, detail, search_id, order_id, session_id, and/or context. Dedupes open reports with the same tool+error+correlation. Does not change reputation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Triage kind (default confusing): bug | confusing | wrong_data | blocked | |
| tool | No | MCP tool that failed or confused you, e.g. supply_search or order_execute | |
| error | No | Error code from the prior tool response when present, e.g. offer_not_in_cache | |
| detail | No | Optional longer detail (response excerpt, unexpected field). Do not include private_key. | |
| context | No | Optional structured extras (args summary, badge, etc.). Secrets are stripped. | |
| message | Yes | Required: what went wrong or what confused you (expected vs actual). Keep actionable. This is agent_report_issue — not order_feedback. | |
| agent_id | No | Agent id from credentials when available (omit placeholders like "agent_id") | |
| order_id | No | order_id for correlation when the issue is order-related | |
| search_id | No | search_id for correlation when the issue is search-related | |
| session_id | No | Optional session id; Conduit also picks up x-conduit-session-id from the transport | |
| session_token | No | Session token from agent_authenticate — required whenever agent_id is passed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hint | No | ||
| kind | No | ||
| next | No | ||
| tool | No | ||
| error | No | ||
| detail | No | ||
| status | No | ||
| agent_id | No | ||
| report_id | No | ||
| session_id | No | ||
| already_open | No |