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