You're viewing a demo portfolio

Join the waitlist
PRSM

meta-tools.report_bug

Active

Tool 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."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Vee3

https://github.com/Vee3io/Vee3

1/7 registries
View full server →