You're viewing a demo portfolio

Join the waitlist
PRSM

labor_law_alert_geo

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Provides CHROs with daily alerts on new labor law changes by jurisdiction (state/country). Inputs include jurisdiction (ISO country/state code) and optional date range. Outputs structured legislative updates with summaries, effective dates, and source links. Useful for compliance monitoring, risk assessment, and policy adjustments. Keywords: labor law, compliance, legislation, jurisdiction, CHRO, HR policy.

Parameters schema

{
  "type": "object",
  "required": [
    "jurisdiction"
  ],
  "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."
    },
    "since": {
      "type": "string",
      "format": "date",
      "description": "Optional start date for changes (YYYY-MM-DD). Defaults to 7 days ago."
    },
    "until": {
      "type": "string",
      "format": "date",
      "description": "Optional end date for changes (YYYY-MM-DD). Defaults to today."
    },
    "jurisdiction": {
      "type": "string",
      "description": "ISO 3166-1 alpha-2 country code or ISO 3166-2 state/province code (e.g., 'US-CA', 'FR')"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →