report_issue
Report bugs or issues to Grafema's GitHub repository. Provide title, description, and context to create an automated issue or receive a pre-formatted template.
Instructions
Report a bug or issue with Grafema to GitHub.
Use this tool when you encounter:
Unexpected errors or crashes
Incorrect analysis results
Missing features that should exist
Documentation issues
The tool will create a GitHub issue automatically if GITHUB_TOKEN is configured. If not configured, it will return a pre-formatted issue template that the user can manually submit at https://github.com/Disentinel/grafema/issues/new
IMPORTANT: Always ask the user for permission before reporting an issue. Include relevant context: error messages, file paths, query used, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Brief issue title (e.g., "Query returns empty results for FUNCTION nodes") | |
| description | Yes | Detailed description of the issue | |
| context | No | Relevant context: error messages, queries, file paths, etc. | |
| labels | No | Labels: bug, enhancement, documentation, question |