action meilisearch_get_stop_words { label: "Get stop-words" description: "Get stop-words" provider: meilisearch method: GET path: "/indexes/books/settings/stop-words" encoding: json input: { type: "array" items: { type: "string" } } output: { type: "object" additionalProperties: true } }