meta-tools.report_bug
Report a bug, error, or anything that did not work as expected while using Vee3.
Use this when a capability fails unexpectedly, returns wrong data, or behaves inconsistently. Include what you tried, what happened, and any error output
Cost = 0 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | Short title describing the issue. | |
| description | Yes | Detailed explanation of what went wrong, what was expected, and steps to reproduce if known. | |
| error_details | No | Raw error message, stack trace, or API response that shows the failure. | |
| related_capability_id | No | MCP tool name or capability id involved in the issue, if applicable. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Submission status. Always "received" on success. | |
| report_id | No | Unique identifier for the submitted bug report. | |
| created_at | No | ISO 8601 timestamp when the report was recorded. |