sabbatical_policy_comparator
ActiveTool of @gapup/mcp-knowledge
Enables CHROs to benchmark their company's sabbatical policies against peer organizations using data from SHRM, Payscale, and Mercer. Inputs include company size, industry, and current policy details. Outputs structured comparison with cost impact analysis, eligibility criteria, and duration benchmarks. Ideal for strategic HR planning and policy optimization.
Parameters schema
{
"type": "object",
"required": [
"companySize",
"industry",
"currentPolicy"
],
"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": {
"type": "string",
"description": "Industry classification code (NAICS)"
},
"peerGroup": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of peer company names for direct comparison"
},
"companySize": {
"type": "number",
"description": "Number of employees in the company"
},
"currentPolicy": {
"type": "object",
"required": [
"durationWeeks",
"eligibilityYears",
"payPercentage"
],
"properties": {
"durationWeeks": {
"type": "number",
"description": "Current sabbatical duration in weeks"
},
"payPercentage": {
"type": "number",
"description": "Percentage of pay during sabbatical"
},
"eligibilityYears": {
"type": "number",
"description": "Years of service required for eligibility"
}
}
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries