| name | field-briefing |
| description | Provide a comprehensive field briefing for a work order — combining work order details, parts availability, and relevant technical procedures or safety protocols from the knowledge base. Use when the technician wants a full briefing, walkthrough, or complete preparation guide for a job. |
Field Briefing
Use this skill to give the technician a complete briefing before heading to a job site.
This combines work order details, parts availability, and relevant procedures/safety info.
When to Use
- "Brief me on WO-007"
- "Give me the full rundown for WO-003"
- "Walk me through what I need for my next job"
- "Full briefing for WO-010"
- "What should I know before heading to the splice job?"
Tools Used by This Skill
This skill uses three capabilities from the Foundry Toolbox in sequence:
| # | Capability | Prefixed tool name |
|---|
| 1 | Get the work order | work_orders___get_work_order_work_orders__work_order_id__get |
| 2 | Check stock for the parts list | inventory___check_stock_batch |
| 3 | Search procedures & safety | knowledge_base |
Step 0: Discover tools (REQUIRED before first call this turn)
If any of these tools isn't already visible in your tool list, run one combined tool_search with limit: 10:
tool_search({"query": "work order parts stock knowledge base", "limit": 10})
Never run one search per capability — a single combined query with returns all needed tools, and they stay callable for the rest of the turn.