Meilisearch MCP Server

update-distinct-attribute

Modify the distinct attribute setting in a Meilisearch index to control how duplicate search results are handled, ensuring precise and relevant query outcomes.

Instructions

Update the distinct attribute setting

Input Schema

NameRequiredDescriptionDefault
indexUidYesUnique identifier of the index
valueYesJSON value for the setting

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "indexUid": { "description": "Unique identifier of the index", "type": "string" }, "value": { "description": "JSON value for the setting", "type": "string" } }, "required": [ "indexUid", "value" ], "type": "object" }
ID: mpo9y8xfor