report_issue
InactiveTool of sncro
Report an issue, feature request, or success story for sncro. IMPORTANT: ALWAYS ask the user before submitting ANY feedback. Show them exactly what you plan to send and get explicit approval. Never submit feedback without the user's knowledge and consent. For ALL categories: - Draft the text and show it to the user BEFORE submitting - Wait for explicit approval — do NOT submit until they confirm - Keep descriptions GENERAL — no proprietary code, no internal project names, no sensitive data For SUCCESS STORIES (category: success_story): - These WILL be displayed publicly on sncro.net - Ask: "Mind if I share that as a sncro success story?" - Focus on what sncro did, not what the project is Args: project_key: The project key from CLAUDE.md category: One of: bug, feature_request, usability, documentation, success_story description: Clear description of the issue, suggestion, or success story git_user: Your git username
Parameters schema
{
"type": "object",
"title": "report_issueArguments",
"required": [
"project_key",
"category",
"description"
],
"properties": {
"category": {
"type": "string",
"title": "Category"
},
"git_user": {
"type": "string",
"title": "Git User",
"default": ""
},
"description": {
"type": "string",
"title": "Description"
},
"project_key": {
"type": "string",
"title": "Project Key"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
sncro
https://github.com/scottconfusedgorilla/sncro-relay
2/7 registries