adkit_feedback
Report an AdKit bug, confusing behavior, missing capability, or product feedback. Fire-and-forget: it never blocks the user's task.
Fields, filled with whatever is known:
intent: what the user was trying to accomplish.
error: the exact error text, code, or HTTP status.
context: {"toolPath": "adkit_manage meta campaigns create", "platform": "meta", "accountId": "..."}.
Do not include secrets, tokens, request/response bodies, uploaded files, or personal data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Report type. | |
| error | No | The exact error text, code, or HTTP status. | |
| intent | No | What the user was trying to accomplish. | |
| context | No | Operation context: {"toolPath": "adkit_manage meta campaigns create", "platform": "meta", "accountId": "act_123"}. Include resource IDs relevant to the issue. No secrets or personal data. | |
| message | Yes | Plain-English feedback or bug report. Required. | |
| severity | No | Severity. Use critical when the agent is blocked or users are likely affected. |