User Prompt
“What are the specs for door 104?”
Tool Call Sequence
Find the door feature
Call: Response:What the agent learns: Door 104 is in Room 102 on sheet A-101. It has a
Queryscheduled_in relation pointing to the door schedule block (blk_door_sched) with row_key: "104". The agent knows exactly which block to query and which row to extract.Agent Response
Door 104 is located in Room 102 on sheet A-101. Here are the specs from the Door Schedule on A-501:
Property Value Size 3’-0” x 7’-0” (3070) Material Hollow Metal (HM) Fire Rating 45 minutes Hardware Set HW-3 Swing Left Symbol Single Door
Summary
| Metric | Value |
|---|---|
| Tool calls | 2 |
| Tools used | Query (feature) then Query (block) |
| Key technique | The scheduled_in relation on the feature includes row_key, so the agent knows exactly which schedule row to read. No searching or guessing required. |