CA
Conduit Agentic Commerce
/agent_report_issue
Report an issue
Report unexpected tool errors or confusing Conduit outcomes for AX review (agent_report_issue — not order_feedback). Pass message (required), optional kind=bug|
liveverifiedunknown~5s typical
mcpprobedconduitagenticcommerce
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-aiconduit-conduit /agent_report_issue for me.
Input
| Field | Type | Description |
|---|---|---|
| message* | string | Required: what went wrong or what confused you (expected vs actual). Keep actionable. This |
| kind | string (bug | confusing | wrong_data | blocked) | Triage kind (default confusing): bug | confusing | wrong_data | blocked |
| agent_id | string | Agent id from credentials when available (omit placeholders like "agent_id") |
| session_token | string | Session token from agent_authenticate — required whenever agent_id is passed |
| tool | string | MCP tool that failed or confused you, e.g. supply_search or order_execute |
| error | string | Error code from the prior tool response when present, e.g. offer_not_in_cache |
| detail | string | Optional longer detail (response excerpt, unexpected field). Do not include private_key. |
| search_id | string | search_id for correlation when the issue is search-related |
| order_id | string | order_id for correlation when the issue is order-related |
| session_id | string | Optional session id; Conduit also picks up x-conduit-session-id from the transport |
| context | object | Optional structured extras (args summary, badge, etc.). Secrets are stripped. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-aiconduit-conduit","endpoint":"/agent_report_issue","input":{"message":"..."}}'cli
npx cracked-ai run -p mcp-app-aiconduit-conduit -e /agent_report_issue -i '{"message":"..."}'mcp
run_tool({ provider: "mcp-app-aiconduit-conduit", endpoint: "/agent_report_issue", input: {"message":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.