Send feedback to the COTAL team
cotal_submit_feedbackFiles feedback (bug, idea, friction, praise, other) with the COTAL team on behalf of the user. The same log the site's feedback widget writes to. Requires the user's email so the team can follow up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Which part of COTAL it concerns (CLI, connector, docs, site…). | |
| name | No | The user's name, if they want it attached. | |
| type | Yes | Kind of feedback. | |
| Yes | The user's email address. Required so the record has a traceable origin. | ||
| source | No | Where it came from: agent name, page, or CLI. | |
| details | No | Longer description, steps, context. | |
| sandbox | No | Dry run: validate the call, apply rate limits, store nothing. Use it to test the integration. | |
| summary | Yes | One line: what happened, or what should. | |
| severity | No | For bugs and friction. | |
| idempotency_key | No | Opaque key (a UUID is ideal). Reuse it when retrying so the same record is returned instead of a duplicate. |