action meilisearch_show_index { label: "Show index" description: "Show index" provider: meilisearch method: GET path: "/indexes/books" encoding: json output: { type: "object" additionalProperties: true } }