labor_law_alert_geo
ActiveTool of @gapup/mcp-knowledge
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')"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries