You're viewing a demo portfolio

Join the waitlist
PRSM

qbr_auto

Active

Tool of gapup-mcp

declared in 0.2.0

QBR automatique CSM — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Gapup Hub × Alan — QBR Q1 2026 · Health score 82/100 · Upsell €18k détecté · Renewal low risk. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "customer",
    "period",
    "metrics",
    "wins",
    "challenges",
    "nextQuarterGoals"
  ],
  "properties": {
    "wins": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 300,
        "minLength": 5
      },
      "maxItems": 6,
      "minItems": 1
    },
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "period": {
      "type": "object",
      "required": [
        "quarter",
        "year"
      ],
      "properties": {
        "year": {
          "type": "number",
          "maximum": 2030,
          "minimum": 2020
        },
        "quarter": {
          "enum": [
            "Q1",
            "Q2",
            "Q3",
            "Q4"
          ],
          "type": "string"
        }
      }
    },
    "company": {
      "type": "object",
      "required": [
        "name",
        "sector"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 200,
          "minLength": 2
        },
        "sector": {
          "type": "string",
          "maxLength": 100,
          "minLength": 2
        }
      }
    },
    "metrics": {
      "type": "object",
      "properties": {
        "npsScore": {
          "type": "number",
          "maximum": 10,
          "minimum": 0
        },
        "usageRate": {
          "type": "number",
          "maximum": 100,
          "minimum": 0
        },
        "supportTickets": {
          "type": "number",
          "minimum": 0
        },
        "renewalDateDays": {
          "type": "number",
          "minimum": 0
        },
        "featureAdoptionPct": {
          "type": "number",
          "maximum": 100,
          "minimum": 0
        }
      }
    },
    "customer": {
      "type": "object",
      "required": [
        "name",
        "sector",
        "tier",
        "contractValueEur",
        "contractStartDate"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 200,
          "minLength": 2
        },
        "tier": {
          "enum": [
            "strategic",
            "enterprise",
            "mid-market",
            "smb"
          ],
          "type": "string"
        },
        "sector": {
          "type": "string",
          "maxLength": 100,
          "minLength": 2
        },
        "contractValueEur": {
          "type": "number",
          "minimum": 0
        },
        "contractStartDate": {
          "type": "string"
        }
      }
    },
    "challenges": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 300,
        "minLength": 5
      },
      "maxItems": 4,
      "minItems": 0
    },
    "nextQuarterGoals": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 300,
        "minLength": 5
      },
      "maxItems": 5,
      "minItems": 1
    }
  },
  "additionalProperties": true
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

gapup-mcp

https://github.com/getgapup/gapup-mcp-public

2/7 registries
View full server →