Meilisearch MCP Server

by devlimelabs

get-filterable-attributes

Retrieve filterable attributes for a specified index in Meilisearch using the MCP Server, enabling precise data filtering in search operations.

Instructions

Get the filterable attributes setting

Input Schema

NameRequiredDescriptionDefault
indexUidYesUnique identifier of the index

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Meilisearch MCP Server

Related Tools

ID: mpo9y8xfor