action ebi_get_efousing_get { label: "Get EFO diseases data" provider: ebi method: GET path: "/efo" encoding: json input: { type: "object" properties: { doid: { type: "string" } label: { type: "string" } limit: { type: "string" } mesh: { type: "string" } oboId: { type: "string" } omimId: { type: "string" } page: { type: "string" } synonym: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }