action monarchinitiative_get_variant_sets_collection { label: "Returns list of variant sets" provider: monarchinitiative method: GET path: "/variation/set/" encoding: json input: { type: "object" properties: { page: { type: "integer" } per_page: { type: "integer" enum: [2, 10, 20, 30, 40, 50] } } additionalProperties: false } output: { type: "object" } }