Open a Workday app by name
workday_open_appOpen a named Workday app and follow its child cards to retrieve the actual content, including tasks, pay, benefits, and compensation data, without needing task IDs.
Instructions
Open one of your Workday apps by name — "My Team Management", "Talent and Performance", "Time", "Absence", "Benefits and Pay", "Org Chart", "Total Rewards" — and read it, following the app down to the child cards that hold its real content. Most Workday app hubs return a near-empty shell on their own; this follows the links for you. Matched case-insensitively against your own app menu, so it works without knowing any task ids. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | App name or a distinctive part of it, e.g. `talent` or `my team`. | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact strips image/avatar URLs from the response; "full" returns Workday's payload untouched. No field projection: this server has no verified record of which Workday fields matter, and inventing one would risk dropping a field a caller needs. | |
| depth | No | Levels of child cards to follow (default 1, 0 = the hub page only). | |
| maxCards | No | Cap on child cards fetched (default 12). Each is a real browser fetch. |