action lotadata_get_places { label: "Venues, landmarks, regions, these are all places to search." provider: lotadata method: GET path: "/places" encoding: json input: { type: "object" properties: { ambience: { type: "string" } bbox: { type: "string" } capacity_max: { type: "string" } capacity_min: { type: "string" } category: { type: "string" } center: { type: "string" } country: { type: "string" } exact: { type: "string" } fieldset: { type: "string" } function: { type: "string" } limit: { type: "string" } locality: { type: "string" } name: { type: "string" } offset: { type: "string" } polygon: { type: "string" } postal_code: { type: "string" } radius: { type: "string" } region: { type: "string" } street: { type: "string" } tag: { type: "string" } type: { type: "string" } within: { type: "string" } } required: ["fieldset"] additionalProperties: false } output: { type: "object" additionalProperties: true } }