action ijenko_places_get { label: "Information about a Place" description: "Get information about a *Place*." provider: ijenko method: GET path: "/places/{placeId}" encoding: json output: { type: "object" additionalProperties: true } }