action ebi_get_intact_using_get { label: "Molecular Interactions collected from IntAct" provider: ebi method: GET path: "/intact" encoding: json input: { type: "object" properties: { accession: { type: "string" } confidence: { type: "string" } gene: { type: "string" } limit: { type: "string" } page: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }