meta-tools.report_bug
ActiveTool of Vee3
declared in 1.27.1
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.
Parameters schema
{
"type": "object",
"title": "report_bugArguments",
"required": [
"summary",
"description"
],
"properties": {
"summary": {
"type": "string",
"title": "Summary",
"maxLength": 200,
"description": "Short title describing the issue."
},
"description": {
"type": "string",
"title": "Description",
"maxLength": 8000,
"description": "Detailed explanation of what went wrong, what was expected, and steps to reproduce if known."
},
"error_details": {
"anyOf": [
{
"type": "string",
"maxLength": 8000
},
{
"type": "null"
}
],
"title": "Error Details",
"default": null,
"description": "Raw error message, stack trace, or API response that shows the failure."
},
"related_capability_id": {
"anyOf": [
{
"type": "string",
"maxLength": 128
},
{
"type": "null"
}
],
"title": "Related Capability Id",
"default": null,
"description": "MCP tool name or capability id involved in the issue, if applicable."
}
}
}Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries