Report bug
Report a bug, error, or unexpected behavior encountered while using Vee3.
← All Meta tools endpoints · Capability overview
/v1/meta-tools/report-bughttps://api.vee3.io/v1/meta-tools/report-bug
Report a bug, error, or unexpected behavior encountered while using Vee3.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
meta-tools.report_bugParameters4 fields
summarystringRequiredShort title describing the issue.
max length 200
descriptionstringRequiredDetailed explanation of what went wrong, what was expected, and steps to reproduce if known.
max length 8000
related_capability_idstringOptionalMCP tool name or capability id involved in the issue, if applicable.
max length 128
error_detailsstringOptionalRaw error message, stack trace, or API response that shows the failure.
max length 8000
Response3 fields
report_idstringUnique identifier for the submitted bug report.
statusstringSubmission status. Always "received" on success.
created_atstringISO 8601 timestamp when the report was recorded.
HTTP errors: unauthorized, validation_error, rate_limit_exceeded