action lotadata_get_places_id { label: "Get specific place details" provider: lotadata method: GET path: "/places/{id}" encoding: json input: { type: "object" properties: { fieldset: { type: "string" } id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }