You're viewing a demo portfolio

Join the waitlist
PRSM

sabbatical_policy_comparator

Active

Tool of gapup-mcp

declared in 0.2.0

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"
        }
      }
    }
  }
}

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 →