action surrey_get_areas { label: "get_areas" description: "Provides the geographical boundaries for all the jurisdictions." provider: surrey method: GET path: "/areas" encoding: json input: { type: "object" properties: { format: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }