一键导入
workday
Read Workday HCM data — employees, positions, orgs, manager hierarchy. Used to resolve cost-centre owners and to figure out who covers whom.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Read Workday HCM data — employees, positions, orgs, manager hierarchy. Used to resolve cost-centre owners and to figure out who covers whom.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Read the plant-floor Azure IoT surface — device twins (spindles, conveyors, robotic arms, vision systems), time-series telemetry with pre-annotated alarms, downtime events with cause codes and lot ids, and per-line OEE rollups (Availability × Performance × Quality).
Share generated files (PDFs, charts, CSVs) with Frank by writing them to /tmp and referencing the absolute path. The frontend auto-converts /tmp paths into download links.
Build the downloadable incident brief PDF — cover + KPI strip + OEE chart + downtime timeline + root-cause narrative + supplier/material signals + recommended actions + sign-off, per SOP §7.1. Renders via the inline HTML template + Playwright.
Microsoft 365 surface — READ Frank's mailbox / Wes's calendar / OneDrive (shift reports, SOPs) AND a strict H-I-T-L workflow to draft and send an email (e.g. brief Wes on the morning incident).
Compute and plot OEE — a 7-day trend chart with target/threshold lines, an overlay of telemetry alarms and downtime stops, plus a flat CSV export. Saves /tmp/oee-trend-<plant>-line-<N>-<date>.png + .csv.
The Olympus Cleveland-plant Standard Operating Procedure — alarm thresholds, escalation matrix, supplier quality-hold rules, OEE definitions, incident-brief template requirements. Cite the section number when answering.
| name | workday |
| description | Read Workday HCM data — employees, positions, orgs, manager hierarchy. Used to resolve cost-centre owners and to figure out who covers whom. |
| enabled | true |
This is the read interface to workday-mcp-server. Use it whenever the agent needs to attach a human name + reporting line to an EMP-* id surfaced by sap-s4 or m365-graph.
| User intent | Tool |
|---|---|
| Look up an employee by id | workday_get_employee |
| Search by name substring | workday_search_employees_by_name |
| Direct reports of a manager | workday_list_employees with manager_id= |
| Position / requisition detail | workday_get_position, workday_list_positions |
| Org-chart navigation | workday_list_organizations, workday_get_organization |
| Time-off (PTO / leave) — used to detect missing commentary owners | workday_list_time_off |
EMP-* ids are the join key. Sap-s4 cost centres carry owner_user_id; m365-graph users carry employee_id. Both point here. Always cite as Aisha Okonkwo (EMP-1011).Active, On Leave, Terminated, Pre-Hire. If a cost-centre owner is On Leave, surface that in the variance review so the controller knows commentary won't come from them this cycle (and hand off to m365-graph to read the OOO message and see who's covering).