get_school
Fetch a single school's details including name, address, phone, and hours using its unique ID.
Instructions
Fetch a single school by id (name, address, phone, hours, etc.).
Use when: "what's the address of school 1234?" or "what are the hours for our downtown location?"
Example: school_id="abc-123" returns {"id": "abc-123", "name": "..."}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| school_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |