Browse the Workday docs table of contents
browse_workday_tocNavigate the Workday documentation hierarchy by expanding sections with breadcrumb paths. Use it to find relevant pages when keyword search fails.
Instructions
Explore the documentation hierarchy when keyword search misses.
Pass a breadcrumb path to expand a node; an empty path lists the top-level sections (Extend Apps, Integration Apps, Workday APIs, Workday Developer Copilot, ...). Use the returned doc_id values (non-null nodes are real pages) with get_workday_doc.
Args:
path (string[]): breadcrumb to expand, e.g. ['Extend Apps','Extend App Components Reference'] (default [])
depth (number): how many levels deep to expand, 1-3 (default 1)
Returns: { path, nodes: [{ title, doc_id, child_count, children? }] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Breadcrumb to expand, e.g. ['Extend Apps','Extend App Components Reference'] | |
| depth | No | Levels to expand (1-3) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| nodes | Yes |