action meilisearch_update_searchable_attributes { label: "Update searchable attributes" description: "Update searchable attributes" provider: meilisearch method: PUT path: "/indexes/books/settings/searchable-attributes" encoding: json input: { type: "array" items: { type: "string" } } output: { type: "object" additionalProperties: true } }