You're viewing a demo portfolio

Join the waitlist
PRSM

comp_plan_architect

Active

Tool of gapup-mcp

declared in 0.2.0

Architecture plan de commissionnement — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Gapup Hub — Comp Plan 8 rôles commerciaux · OTE €65-280k · Budget comp €2.1M · Quota coverage 3.2×. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "salesTeam",
    "targets",
    "currentChallenges"
  ],
  "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",
        "stage"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 200,
          "minLength": 2
        },
        "stage": {
          "enum": [
            "pre-seed",
            "seed",
            "serie-a",
            "serie-b",
            "serie-c",
            "serie-d-plus",
            "profitable-sme",
            "enterprise"
          ],
          "type": "string"
        },
        "sector": {
          "type": "string",
          "maxLength": 100,
          "minLength": 2
        }
      }
    },
    "targets": {
      "type": "object",
      "required": [
        "annualRevenueTargetEur",
        "averageContractValueEur",
        "salesCycleTargetDays"
      ],
      "properties": {
        "churnTargetPct": {
          "type": "number",
          "maximum": 100,
          "minimum": 0
        },
        "salesCycleTargetDays": {
          "type": "number",
          "maximum": 730,
          "minimum": 1
        },
        "annualRevenueTargetEur": {
          "type": "number",
          "minimum": 0
        },
        "averageContractValueEur": {
          "type": "number",
          "minimum": 0
        }
      }
    },
    "geography": {
      "type": "string",
      "maxLength": 100,
      "minLength": 2
    },
    "salesTeam": {
      "type": "object",
      "required": [
        "roles",
        "totalSalesHeadcount"
      ],
      "properties": {
        "roles": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "role",
              "headcount"
            ],
            "properties": {
              "role": {
                "enum": [
                  "ae",
                  "sdr",
                  "csm",
                  "se",
                  "manager",
                  "vp"
                ],
                "type": "string"
              },
              "headcount": {
                "type": "number",
                "maximum": 500,
                "minimum": 1
              },
              "currentOteSalary": {
                "type": "number",
                "minimum": 0
              },
              "currentBaseSalary": {
                "type": "number",
                "minimum": 0
              }
            }
          },
          "maxItems": 8,
          "minItems": 1
        },
        "totalSalesHeadcount": {
          "type": "number",
          "maximum": 1000,
          "minimum": 1
        }
      }
    },
    "currentChallenges": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 200,
        "minLength": 5
      },
      "maxItems": 5,
      "minItems": 1
    },
    "preferredStructure": {
      "enum": [
        "base-plus-commission",
        "ote-split",
        "revenue-share",
        "milestone-bonus",
        "hybrid"
      ],
      "type": "string"
    }
  },
  "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 →