open-ticket
ActiveTool of BrainFlow
declared in 0.1.0
Open a specific ticket to see its details, MCP findings, and candidate solutions.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"ticketId"
],
"properties": {
"role": {
"enum": [
"pm",
"engineer"
],
"type": "string",
"description": "User role — determines Jira tickets (PM) or GitHub issues (engineer)"
},
"ticketId": {
"type": "string",
"description": "The ticket ID to open, e.g. sc-1842 or GH-123. Use the id field from triage results."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
BrainFlow
1/7 registries