action meilisearch_get_filterable_attributes { label: "Get filterable attributes" description: "Get filterable attributes" provider: meilisearch method: GET path: "/indexes/books/settings/filterable-attributes" encoding: json output: { type: "object" additionalProperties: true } }