action ideaconsult_get_substance_by_uuid { label: "Get a substance" description: "Returns substance representation" provider: ideaconsult method: GET path: "/enm/{db}/substance/{uuid}" encoding: json input: { type: "object" properties: { page: { type: "integer" } pagesize: { type: "integer" } "property_uris[]": { type: "string" } uuid: { type: "string" } } required: ["uuid"] additionalProperties: false } output: { type: "object" properties: { substance: { type: "object" } } } }