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