Open a Workday app by name
workday_open_appLaunch a Workday app by name and follow its child cards to read the real content behind hub pages. Read-only, case-insensitive match, no task ids needed.
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`. | |
| 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. |