You're viewing a demo portfolio

Join the waitlist
PRSM

onboarding_salaries

Active

Tool of gapup-mcp

declared in 0.2.0

Onboarding opérationnel des salariés — Gapup agent-payable C-suite expertise (COO). Returns a structured, audited deliverable. Reference case: Pennylane (FR fintech SaaS, ~250 FTE) — 5 parcours 30/60/90 jours · Engineering / Sales / CS / Design / People Ops. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "roles"
  ],
  "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."
    },
    "focus": {
      "type": "string",
      "maxLength": 400
    },
    "roles": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "roleId",
          "roleTitle",
          "roleType",
          "department"
        ],
        "properties": {
          "roleId": {
            "type": "string",
            "maxLength": 80,
            "minLength": 2
          },
          "roleType": {
            "enum": [
              "engineering",
              "sales",
              "customer-success",
              "design",
              "product",
              "people-ops",
              "finance",
              "marketing",
              "ops",
              "other"
            ],
            "type": "string"
          },
          "roleTitle": {
            "type": "string",
            "maxLength": 120,
            "minLength": 2
          },
          "department": {
            "type": "string",
            "maxLength": 80,
            "minLength": 2
          },
          "avgSalaryEur": {
            "type": "number",
            "maximum": 500000,
            "minimum": 20000
          },
          "seniorityLevel": {
            "type": "string",
            "maxLength": 80
          }
        }
      },
      "maxItems": 10,
      "minItems": 1
    },
    "company": {
      "type": "object",
      "required": [
        "name",
        "sector",
        "fte"
      ],
      "properties": {
        "fte": {
          "type": "integer",
          "minimum": 1
        },
        "name": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        },
        "sector": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        },
        "culture": {
          "type": "string",
          "maxLength": 400
        },
        "location": {
          "type": "string"
        },
        "toolStack": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxItems": 30
        },
        "fundingStage": {
          "type": "string"
        }
      }
    }
  },
  "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 →