Skip to main content
Glama
chrischall

workday-mcp

by chrischall

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WORKDAY_TENANTYesYour Workday tenant slug

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
workday_healthcheckA

Round-trips a small authenticated Workday endpoint through the fetchproxy bridge and returns diagnostics: the bridge's role (host/peer/null), port, version, round-trip time, and a plain-English hint that distinguishes 'bridge never came up' from 'extension not connected' from 'Workday session expired (re-sign-in)'. Call this when a Workday tool fails and you want to know which hop broke. Read-only.

workday_get_appsA

List the Workday apps available on your home screen, each with a launchable task id. Use this to discover what you can read, then pass an app's taskId to workday_get_task to open it. Some apps share a generic launcher id; if one returns a near-empty page, open the app in your browser and pass that URL to workday_get_task instead. Read-only.

workday_get_taskA

Fetch a Workday page (task or data card) by its path and return a structured, read-only view: title, current user, each section as label/value fields, navigable references (instance id + drill-in uri), and the page's related tasks + export links. The path is a Workday *.htmld endpoint — take it from a prior result's references[].uri or relatedTasks[].uri, or paste the URL of a Workday page you have open (SPA /d/... URLs are normalized automatically). Every request rides your signed-in Workday tab. Read-only; no data is mutated.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/chrischall/workday-mcp'

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