action ebi_get_hpo_using_get { label: "Get HPO phenotypes data" provider: ebi method: GET path: "/hpo" encoding: json input: { type: "object" properties: { genesymbol: { type: "string" } hpotermname: { type: "string" } limit: { type: "string" } page: { type: "string" } synonym: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }