action meilisearch_global_stats { label: "Global stats" description: "Global stats" provider: meilisearch method: GET path: "/stats" encoding: json output: { type: "object" additionalProperties: true } }