You're viewing a demo portfolio

Join the waitlist
PRSM

hitl-execute

Active

Tool of BrainFlow

declared in 0.1.0

Internal — approve a candidate solution and create issues on the target platform (Jira stories or GitHub issues).

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "platform",
    "source",
    "ticket_id",
    "solution_id"
  ],
  "properties": {
    "repo": {
      "type": "string",
      "description": "GitHub repo name (required when platform=github)"
    },
    "notes": {
      "type": "string",
      "description": "PM/engineer notes"
    },
    "owner": {
      "type": "string",
      "description": "GitHub repo owner (required when platform=github)"
    },
    "source": {
      "enum": [
        "github",
        "jira",
        "slack",
        "notion"
      ],
      "type": "string",
      "description": "Source system the ticket came from"
    },
    "platform": {
      "enum": [
        "jira",
        "github"
      ],
      "type": "string",
      "description": "Target platform. 'jira' for PM creating Jira stories, 'github' for engineer creating GitHub issues."
    },
    "ticket_id": {
      "type": "string",
      "description": "The ticket identifier"
    },
    "solution_id": {
      "type": "string",
      "description": "The chosen solution id"
    },
    "solution_risk": {
      "type": "string",
      "description": "Risk level (Jira only)"
    },
    "solution_title": {
      "type": "string",
      "description": "Title of the chosen solution"
    },
    "solution_effort": {
      "type": "string",
      "description": "Effort estimate (Jira only)"
    },
    "jira_project_key": {
      "type": "string",
      "description": "Jira project key, e.g. KAN (Jira only)"
    },
    "solution_summary": {
      "type": "string",
      "description": "Summary of the chosen solution"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

BrainFlow

1/7 registries
View full server →