get_coaches_by_country_id
Retrieve all coaches from a specific country using its ID. Supports optional includes, filters, pagination, and language selection.
Instructions
Get coaches from a specific country.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| country_id | Yes | Country ID. | |
| include | No | Semicolon-separated includes. e.g. country;teams;statistics;trophies;sidelined | |
| select | No | Comma-separated fields to return. | |
| filters | No | Filters to apply. | |
| locale | No | Language for name fields. | |
| page | No | Page number. | |
| per_page | No | Results per page. |