You're viewing a demo portfolio

Join the waitlist
PRSM

capacity_planning

Active

Tool of gapup-mcp

declared in 0.2.0

Planification capacitaire — Gapup agent-payable C-suite expertise (CHRO). Returns a structured, audited deliverable. Reference case: Gapup Hub — 22→48 FTE en 12m · ARR €480k→€1.7M · Plan d'embauches par département. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "financials",
    "currentTeam"
  ],
  "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."
    },
    "company": {
      "type": "object",
      "required": [
        "name",
        "sector"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 100
        },
        "sector": {
          "type": "string",
          "maxLength": 100
        }
      }
    },
    "benchmarks": {
      "type": "object",
      "properties": {
        "arrPerEmployee": {
          "type": "number",
          "minimum": 0
        },
        "targetArrPerEmployee": {
          "type": "number",
          "minimum": 0
        }
      }
    },
    "financials": {
      "type": "object",
      "required": [
        "currentArrEur",
        "targetArrEur",
        "timeframeMonths"
      ],
      "properties": {
        "targetArrEur": {
          "type": "number",
          "minimum": 0
        },
        "currentArrEur": {
          "type": "number",
          "minimum": 0
        },
        "currentBurnEur": {
          "type": "number",
          "minimum": 0
        },
        "timeframeMonths": {
          "type": "integer",
          "maximum": 36,
          "minimum": 6
        }
      }
    },
    "constraints": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 200
      },
      "maxItems": 5
    },
    "currentTeam": {
      "type": "object",
      "required": [
        "totalHeadcount",
        "departments"
      ],
      "properties": {
        "departments": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "name",
              "currentHeadcount"
            ],
            "properties": {
              "name": {
                "type": "string",
                "maxLength": 100
              },
              "openPositions": {
                "type": "integer",
                "minimum": 0
              },
              "currentHeadcount": {
                "type": "integer",
                "minimum": 0
              },
              "productivityMetric": {
                "type": "string",
                "maxLength": 100
              },
              "annualCostPerHeadEur": {
                "type": "number",
                "minimum": 0
              }
            }
          },
          "maxItems": 10,
          "minItems": 1
        },
        "totalHeadcount": {
          "type": "integer",
          "minimum": 0
        }
      }
    },
    "hiringBudgetEur": {
      "type": "number",
      "minimum": 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 →