action meilisearch_get_indexes { label: "Get indexes" description: "Get indexes" provider: meilisearch method: GET path: "/indexes" encoding: json input: { type: "object" properties: { limit: { type: "string" } offset: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }