You're viewing a demo portfolio

Join the waitlist
PRSM

talent_litigation_exposure

Active

Tool of gapup-mcp

declared in 0.2.0

Estimates litigation exposure risk for CHROs by analyzing past employee lawsuits, settlement amounts, and industry benchmarks. Inputs include company location, industry code, and employee count range. Returns exposure score, average settlement amounts, lawsuit frequency trends, and risk factors. Ideal for legal risk assessment, HR strategy planning, and board-level reporting. Pass async:true to avoid timeout.

Parameters schema

{
  "type": "object",
  "required": [
    "company_location",
    "industry_code"
  ],
  "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."
    },
    "industry_code": {
      "type": "string",
      "description": "NAICS industry code (e.g., '541511' for IT services)"
    },
    "employee_count": {
      "type": "number",
      "minimum": 1,
      "description": "Current number of employees"
    },
    "lookback_years": {
      "type": "number",
      "default": 5,
      "maximum": 10,
      "minimum": 1,
      "description": "Number of years to analyze"
    },
    "company_location": {
      "type": "string",
      "description": "State or region where company operates (e.g., 'CA', 'New York')"
    }
  }
}

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 →