You're viewing a demo portfolio

Join the waitlist
PRSM

anti_demissions_hr

Active

Tool of gapup-mcp

declared in 0.2.0

Bouclier anti-démissions — Gapup agent-payable C-suite expertise (COO). Returns a structured, audited deliverable. Reference case: Buffer Inc — détection des at-risk parmi 80 FTEs (Q1 2026). Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "signals",
    "employees"
  ],
  "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
    },
    "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
        },
        "location": {
          "type": "string"
        },
        "fundingStage": {
          "type": "string"
        }
      }
    },
    "signals": {
      "type": "object",
      "properties": {
        "eNPS": {
          "type": "number",
          "maximum": 100,
          "minimum": -100
        },
        "externalNoise": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "maxItems": 10
        },
        "recentLayoffs": {
          "type": "boolean"
        },
        "engagementScore": {
          "type": "number",
          "maximum": 100,
          "minimum": 0
        },
        "recentLeadershipChange": {
          "type": "boolean"
        }
      }
    },
    "employees": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "id",
          "role",
          "level",
          "tenure",
          "team"
        ],
        "properties": {
          "id": {
            "type": "string"
          },
          "role": {
            "type": "string"
          },
          "team": {
            "type": "string"
          },
          "level": {
            "enum": [
              "IC",
              "manager",
              "director",
              "VP",
              "C-level"
            ],
            "type": "string"
          },
          "tenure": {
            "type": "integer",
            "minimum": 0
          },
          "recentSignals": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "maxItems": 10
          },
          "lastPerfRating": {
            "type": "string"
          },
          "lastEngagementScore": {
            "type": "number",
            "maximum": 100,
            "minimum": 0
          },
          "compensationPercentile": {
            "type": "number",
            "maximum": 100,
            "minimum": 0
          }
        }
      },
      "maxItems": 200,
      "minItems": 1
    }
  },
  "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 →