You're viewing a demo portfolio

Join the waitlist
PRSM

qa_pre_flight

Active

Tool of gapup-mcp

declared in 0.2.0

Préparation Q&A investisseurs — Gapup agent-payable C-suite expertise (FUNDRAISING). Returns a structured, audited deliverable. Reference case: Agicap Série C €70M — 30 Q&A stratégiques · 8 questions pièges · Plan de préparation 21 jours. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "round",
    "founderContext"
  ],
  "properties": {
    "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."
    },
    "round": {
      "type": "object",
      "required": [
        "stage",
        "targetEur"
      ],
      "properties": {
        "stage": {
          "enum": [
            "pre-seed",
            "seed",
            "serie-a",
            "serie-b",
            "serie-c",
            "growth"
          ],
          "type": "string"
        },
        "targetEur": {
          "type": "number",
          "minimum": 0
        },
        "leadInvestorProfile": {
          "type": "string",
          "maxLength": 200,
          "minLength": 5
        }
      }
    },
    "company": {
      "type": "object",
      "required": [
        "name",
        "sector",
        "currentArrEur",
        "teamSize",
        "founded"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 200,
          "minLength": 2
        },
        "sector": {
          "type": "string",
          "maxLength": 100,
          "minLength": 2
        },
        "founded": {
          "type": "number",
          "maximum": 2030,
          "minimum": 2000
        },
        "teamSize": {
          "type": "number",
          "maximum": 10000,
          "minimum": 1
        },
        "currentArrEur": {
          "type": "number",
          "minimum": 0
        }
      }
    },
    "founderContext": {
      "type": "object",
      "required": [
        "pitch",
        "knownWeaknesses"
      ],
      "properties": {
        "pitch": {
          "type": "string",
          "maxLength": 1000,
          "minLength": 30
        },
        "knownWeaknesses": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 200
          },
          "maxItems": 5,
          "minItems": 0
        }
      }
    }
  },
  "additionalProperties": true
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

gapup-mcp

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

2/7 registries
View full server →
qa_pre_flight — gapup-mcp — PRSM MCP