politics_resolve
politics_resolveResolve a messy name string (e.g. "Rep. Johnson", "cornyn") to a canonical official — returns the best match with a 0-1 confidence score and ranked alternatives. Use this first when you have a name but not an ID; then call politics_official with best.id. Add state to disambiguate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name to resolve (partial/with title/lowercase all OK) | |
| level | No | Government level to disambiguate | |
| state | No | State abbreviation to disambiguate (e.g. TX) |