report_issue
Submit a structured bug report with summary, tool context, and observed vs expected behavior to help developers reproduce and fix issues.
Instructions
File a structured bug report for later developer review.
Args:
summary: One-line headline of what went wrong.
tool_name: Which MCP tool was being used when the issue occurred.
One of list_api_endpoints, get_api_endpoint_schema,
invoke_api_endpoint.
tool_arguments: The exact kwargs you passed to the tool. Include
enough information for someone else to reproduce the call.
observed_behavior: What actually happened. Be specific.
expected_behavior: What you expected to happen instead.
severity: low, medium, or high. Default medium.
error_message: Exception class + message, if one was raised.
response_excerpt: Truncated snippet of the response body.
Capped at 2000 chars.
client_context: Optional notes — model name, conversation topic,
any context that would help the developer reproduce.
Returns:
{"report_id", "stored_in_file", "stored_in_log", "thanks"} on success,
or {"error": "..."} if a required field is invalid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| tool_name | Yes | ||
| tool_arguments | Yes | ||
| observed_behavior | Yes | ||
| expected_behavior | Yes | ||
| severity | No | medium | |
| error_message | No | ||
| response_excerpt | No | ||
| client_context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||