Get one district
get_districtUse when the question is about one named place — "tell me about Bilaspur", "what is Pune's literacy rate". Resolves an Indian district name, including common alternative spellings, to its objectid and returns its values. Four district names are shared by two states, so if the name is ambiguous this returns every match with its state and no data: ask the user which one, then call again with state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | District name, an alternative spelling, or an objectid. | |
| state | No | State name. Supply this only to disambiguate a repeated district name. | |
| indicators | No | Indicator ids from find_indicator. Omit to get the district's full profile — every published indicator in one call, which is usually what you want. |