What Can It Do?
- Download custom reports from Workday using report URLs
- Export data to your workspace for further processing
The Workday integration downloads report files from Workday. To parse the file contents, perform data analysis, or do any operations on the downloaded data, add the Code Sandbox tool to your agent. This enables your agent to read and process the downloaded files using Python.
Where to Use It
In Agents (Recommended)
Add Workday as a tool to any agent. The agent can then fetch reports conversationally, choosing the right actions based on context. To add an MCP tool to your agent:- Open your agent’s configuration
- Click Add tools → Connect an app with MCP
- Search for the integration and select it
- Enter your Workday credentials
In Workflows (Via Agent Node)
For automated pipelines, use an Agent Node with Workday tools. This gives you the flexibility of an agent within a deterministic workflow.As a Custom MCP Node
You can also create a standalone MCP node for a specific action. This generates a reusable node that performs one task, useful when you need the same operation repeatedly in workflows.- Go to your node library and search for the integration
- Click Create a node with AI
- Describe the specific action you want (e.g., “Download the employee roster report”)
- Test the node and save it for reuse
Custom MCP nodes are single-purpose by design. For tasks that require multiple steps or dynamic decision-making, use an agent instead.
Authentication
Workday uses Basic Authentication with your Workday username and password. When connecting your Workday account, you’ll need to provide:- Username: Your Workday username (typically your email or employee ID)
- Password: Your Workday password
Available Tools
| Tool | Description |
|---|---|
| Get Report | Download a custom report file from Workday using the report URL |
Example Prompts
Use these with your agent or in the Agent Node: Download a report:Report URL Format
Workday custom reports are accessed via URLs that follow this pattern:- Navigating to the report you want to access
- Looking for the “Web Service” or “REST API” URL in the report settings
- Copying the full URL to use with this integration
Troubleshooting
| Issue | Solution |
|---|---|
| Authentication failed | Verify your Workday username and password are correct |
| Report not found | Check that the report URL is correct and accessible |
| Permission denied | Ensure your Workday account has access to the requested report |
| Tool not available | Verify the tool is enabled in your agent’s MCP configuration |
| Timeout errors | Large reports may take longer to download - try again or contact support |
Need Help?
- Agents documentation for setup and best practices
- Agent Node guide for workflow integration
- Gumloop Community for questions and examples
- Contact support@gumloop.com for assistance
Use this integration directly in Claude or Cursor. Connect remotely via the Workday MCP server using your Gumloop credentials.
