Skip to main content
Glama

mcpPaylocity

fetch_employee_paystatement_details

Retrieve detailed pay statement information for specific employees by providing employee ID, year, and check date to access earnings, deductions, and payment data.

Instructions

Fetch pay statement details for a specific employee, year and check date.

Args: company_id: Optional company ID (string or integer). If not provided, uses the first company ID from configuration. employee_id: Employee ID (string or integer) to get pay statement details for. year: The year to get pay statement details for. check_date: The check date to get pay statement details for (format: MM/DD/YYYY).

Input Schema

NameRequiredDescriptionDefault
check_dateNo
company_idNo
employee_idNo
yearNo

Input Schema (JSON Schema)

{ "properties": { "check_date": { "default": null, "title": "Check Date", "type": "string" }, "company_id": { "anyOf": [ { "type": "string" }, { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Company Id" }, "employee_id": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "default": null, "title": "Employee Id" }, "year": { "anyOf": [ { "type": "string" }, { "type": "integer" } ], "default": null, "title": "Year" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mz462/mcpPaylocity'

If you have feedback or need assistance with the MCP directory API, please join our Discord server