get_geographic_distribution
Get the percentage distribution of population segments across regions. Filter by segment or region to analyze concentration patterns.
Instructions
Get the geographic distribution of population segments across regions.
Each record shows what percentage of a region's population belongs to a given segment. Use this to answer questions like:
"Which regions have the highest concentration of the most vulnerable segment?"
"How are the segments distributed across Dakar?"
"Where is segment R2 most prevalent?"
Supply only segmentation_code to get the full distribution matrix. Filter by segment_code to rank regions for a specific segment. Filter by region_code to see the segment breakdown within one region. Both filters can be combined.
Results are sorted by percentage descending (highest concentration first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records to return per page (default 50, max 100). | |
| offset | No | Number of records to skip for pagination (default 0). | |
| region_code | No | Optional region code to filter by (e.g., "dakar"). Use list_regions to find available codes. | |
| segment_code | No | Optional segment code to filter by (e.g., "R4"). Use list_segments to find available codes. | |
| segmentation_code | Yes | Segmentation code (e.g., "SEN_2019DHS8_v1"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |