hitl-reject
ActiveTool of BrainFlow
declared in 0.1.0
Internal — reject a BrainFlow HITL item with a rework reason.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"source",
"ticket_id",
"reason"
],
"properties": {
"reason": {
"type": "string",
"description": "Short explanation of why all candidate solutions were rejected and what needs to change"
},
"source": {
"enum": [
"github",
"jira",
"slack",
"notion"
],
"type": "string",
"description": "The source system the ticket came from"
},
"ticket_id": {
"type": "string",
"description": "The ticket identifier, e.g. GH-123 or sc-1842"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
BrainFlow
1/7 registries