You're viewing a demo portfolio

Join the waitlist
PRSM

recruiting_architect

Active

Tool of gapup-mcp

declared in 0.2.0

Architecte du recrutement — Gapup agent-payable C-suite expertise (CHRO). Returns a structured, audited deliverable. Reference case: Stripe France — 12 postes Q3 2026 · sourcing multi-canaux + employer brand + frameworks d'entretien + parcours candidat · time-to-hire -45%. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "roles",
    "budget",
    "preferences"
  ],
  "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",
          "seniority",
          "department",
          "targetStartDate"
        ],
        "properties": {
          "roleId": {
            "type": "string",
            "maxLength": 80,
            "minLength": 2
          },
          "roleType": {
            "enum": [
              "engineering",
              "product",
              "design",
              "data",
              "sales",
              "customer-success",
              "marketing",
              "people-ops",
              "finance",
              "operations",
              "legal",
              "executive",
              "other"
            ],
            "type": "string"
          },
          "roleTitle": {
            "type": "string",
            "maxLength": 120,
            "minLength": 2
          },
          "seniority": {
            "enum": [
              "junior",
              "mid",
              "senior",
              "staff",
              "principal",
              "manager",
              "director",
              "vp",
              "c-level"
            ],
            "type": "string"
          },
          "department": {
            "type": "string",
            "maxLength": 80,
            "minLength": 2
          },
          "targetStartDate": {
            "type": "string"
          },
          "keyMissionPoints": {
            "type": "string",
            "maxLength": 400
          },
          "teamSizeReporting": {
            "type": "integer",
            "minimum": 0
          }
        }
      },
      "maxItems": 15,
      "minItems": 1
    },
    "budget": {
      "type": "object",
      "required": [
        "totalRecruitmentBudgetEur",
        "averageSalaryRangeEur"
      ],
      "properties": {
        "averageSalaryRangeEur": {
          "type": "object",
          "required": [
            "min",
            "max"
          ],
          "properties": {
            "max": {
              "type": "number"
            },
            "min": {
              "type": "number"
            }
          }
        },
        "totalRecruitmentBudgetEur": {
          "type": "number",
          "minimum": 0
        }
      }
    },
    "company": {
      "type": "object",
      "required": [
        "name",
        "sector",
        "fte",
        "location",
        "employerBrandStrength"
      ],
      "properties": {
        "fte": {
          "type": "integer",
          "minimum": 1
        },
        "name": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        },
        "sector": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        },
        "location": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        },
        "fundingStage": {
          "type": "string",
          "maxLength": 80
        },
        "employerBrandStrength": {
          "enum": [
            "unknown",
            "emerging",
            "good",
            "strong"
          ],
          "type": "string"
        }
      }
    },
    "preferences": {
      "type": "object",
      "required": [
        "geography",
        "remotePreference"
      ],
      "properties": {
        "geography": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxItems": 8,
          "minItems": 1
        },
        "remotePreference": {
          "enum": [
            "full-remote",
            "hybrid",
            "office-first",
            "office-only"
          ],
          "type": "string"
        },
        "diversityFocusAreas": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxItems": 6
        }
      }
    }
  },
  "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 →