action ideaconsult_get_endpoint_summary { label: "Search endpoint summary" description: "Returns endpoint summary" provider: ideaconsult method: GET path: "/enm/{db}/query/study" encoding: json input: { type: "object" properties: { category: { type: "string" } top: { type: "string" enum: ["P-CHEM", "ECOTOX", "ENV FATE", "TOX", "EXPOSURE"] } } additionalProperties: false } output: { type: "object" properties: { facet: { type: "object" } } } }