Report bug

Report a bug, error, or unexpected behavior encountered while using Vee3.

← All Meta tools endpoints · Capability overview

POST/v1/meta-tools/report-bug

https://api.vee3.io/v1/meta-tools/report-bug

0 tokens

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_bug
Parameters4 fields
summarystringRequired

Short title describing the issue.

max length 200

descriptionstringRequired

Detailed explanation of what went wrong, what was expected, and steps to reproduce if known.

max length 8000

related_capability_idstringOptional

MCP tool name or capability id involved in the issue, if applicable.

max length 128

error_detailsstringOptional

Raw error message, stack trace, or API response that shows the failure.

max length 8000

Response3 fields
report_idstring

Unique identifier for the submitted bug report.

statusstring

Submission status. Always "received" on success.

created_atstring

ISO 8601 timestamp when the report was recorded.

HTTP errors: unauthorized, validation_error, rate_limit_exceeded