triage
ActiveTool of BrainFlow
declared in 0.1.0
Show open tickets from connected task systems with triage classification. When the user asks for tickets from a specific system (e.g. 'show Jira tickets' or 'GitHub issues'), pass the matching source in the sources array.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"sources": {
"type": "array",
"items": {
"enum": [
"github",
"jira",
"slack",
"notion"
],
"type": "string"
},
"description": "Filter tickets to specific sources. Pass ['jira'] for Jira only, ['github'] for GitHub only, etc. Omit to show tickets from all connected sources."
},
"jira_project": {
"type": "string",
"description": "Jira project/space key to filter tickets (e.g. KAN). Only used when sources includes jira."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
BrainFlow
1/7 registries