check_jurisdiction
Find the responsible public authority for a German place by climbing its administrative levels and returning the first level with a listed body, including the evidence trail.
Instructions
Which authority covers a given place? GREEN — returns the evidence trail.
Resolves ``/georegion/?name=<place>``, walks its ``part_of`` chain upwards, and asks
``/publicbody/?regions=<id>`` level by level, from the most specific outwards. It
stops at the **first level that yields any authority**, because that is the body
actually responsible; the remaining, wider levels are reported by id only.
This matters in states such as Rhineland-Palatinate, where an *Ortsgemeinde* is often
not listed on fragdenstaat.de at all while the *Verbandsgemeindeverwaltung* that runs
its administration is.
Args:
place_name: name of the municipality, district or state.
include_wider: also list the authorities of the wider levels. Off by default —
at country level that is thousands of bodies and tells you nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| place_name | Yes | ||
| include_wider | No |