action ebi_get_targets_using_get { label: "Get ChEMBL targets" provider: ebi method: GET path: "/targets" encoding: json input: { type: "object" properties: { accession: { type: "string" } limit: { type: "string" } page: { type: "string" } targetIds: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }