get-document
Retrieve specific documents by ID from a Meilisearch index, specifying fields to return for efficient data access and management through the Meilisearch MCP Server.
Instructions
Get a document by its ID from a Meilisearch index
Input Schema
Name | Required | Description | Default |
---|---|---|---|
documentId | Yes | ID of the document to retrieve | |
fields | No | Fields to return in the document | |
indexUid | Yes | Unique identifier of the index |