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