Report a bug or request a feature
create_submissionFile a bug report or a feature request with Embers on the calling user's behalf. Pass type (bug or request), a short title, and a description. Optional attachments are ids from upload_submission_screenshot. Returns the created submission; the user can track it with list_my_submissions and get_submission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | `bug` for something broken, `request` for an enhancement. | |
| title | Yes | Short title. Required. | |
| attachments | No | Upload ids from upload_submission_screenshot to attach. Optional, up to ten. | |
| description | Yes | What happened, or what the user wants. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||