report_issue
Create a prefilled GitHub issue URL to report unexpected behavior in the MCP server. Provide a summary and error details to pre-populate the form.
Instructions
Build a prefilled GitHub issue URL the user can click to report a bug.
Use when the user wants to flag unexpected behavior in this MCP server (not a Recruit CRM data issue). Returns a URL that opens the public repo's new-issue form pre-populated with the summary, last error, and environment details — the user clicks it and submits in their browser.
Pass any recent exception text via last_error so the report includes
triage detail. Long inputs are truncated to fit GitHub's URL length limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| last_error | No | ||
| additional_context | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||