Automate Workday HR tasks, leave requests, and employee data with natural language.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "Workday Automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/workday-automation/SKILL.md 2. Save it as ~/.claude/skills/workday-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate your Workday HR operations directly from Claude Code. Look up workers, create time off requests, check absence balances, and validate time off eligibility -- all without leaving your terminal.
Toolkit docs: composio.dev/toolkits/workday
https://rube.app/mcpRetrieve worker information with search and pagination.
Tool: WORKDAY_LIST_WORKERS
Search for workers named "Sarah" and include terminated employees
Key parameters:
search -- search by name or worker ID (case-insensitive, space-delimited for OR search)includeTerminatedWorkers -- include terminated workers in resultslimit (default 20, max 100) / offset -- pagination controlsSubmit time off requests for workers with full business process support.
Tool: WORKDAY_CREATE_TIME_OFF_REQUEST
Create a vacation request for worker abc123 for March 15-17, 2026 (8 hours each day)
Key parameters:
ID (required) -- Workday worker IDbusinessProcessParameters (required) -- must include action with id field (use "d9e4223e446c11de98360015c5e6daf6" for submit action)days (required) -- array of time off entries, each with:
date (required) -- date in yyyy-mm-dd formattimeOffType (required) -- object with id of the eligible absence typedailyQuantity -- hours or days quantitycomment, start, end, position, reason -- optional fieldsbusinessProcessParameters.comment -- optional business process commentValidate which dates a worker can take off before submitting a request.
Tool: WORKDAY_GET_WORKER_VALID_TIME_OFF_DATES
Check if worker abc123 is eligible to take time off on March 15, 2026
Key parameters:
ID (required) -- Workday worker IDdate -- specific date to validate (yyyy-mm-dd)position -- filter by specific position IDtimeOff -- filter by specific time off plan/type IDlimit (max 100) / offset -- paginationCheck remaining time off balances for workers across all plans.
Tool: WORKDAY_LIST_ABSENCE_BALANCES
Show me absence balances for all workers in the organization
Retrieve the authenticated worker's profile information.
Tool: WORKDAY_GET_CURRENT_USER
Show me my Workday profile information
Retrieve time off details and history for a specific worker.
Tool: WORKDAY_GET_WORKER_TIME_OFF_DETAILS
Show me the time off history for worker abc123
WORKDAY_GET_CURRENT_USER or WORKDAY_LIST_WORKERS first to resolve Workday worker IDs. Worker IDs are Workday-specific UUIDs, not employee numbers.timeOffType.id in WORKDAY_CREATE_TIME_OFF_REQUEST must reference a valid eligible absence type for that worker. Use the "Get Worker Eligible Absence Types" flow to discover valid type IDs.businessProcessParameters.action.id should be "d9e4223e446c11de98360015c5e6daf6" for the submit action. Using an incorrect ID will cause the business process to fail.…
Automate Prisma tasks via Rube MCP with schema-first tool discovery.
Automate Bubble tasks via Rube MCP using the latest tool schemas.
Automate Documint document generation and processing tasks through Rube MCP.
Automate common Payhip store operations and management tasks through Rube MCP.
Automate Pdfless workflows and document tasks through Rube MCP.
Automate BugBug tasks through Rube MCP to streamline testing workflows.
Connect to Workday with natural language for HR data and operations.
Automate HR workflows like onboarding, leave requests, and ticket tracking with prompts.
Search and cite official Workday docs for grounded Extend app development.
Automate employee onboarding, data entry, and notifications with natural language.
Automate Workable hiring workflows, candidate actions, and job operations via Rube MCP.
Manage Harvest time tracking, projects, clients, tasks, and invoicing with natural language.