get-keys
Retrieve a list of API keys for the Meilisearch MCP Server to manage access and permissions efficiently using customizable offset and limit parameters.
Instructions
Get list of API keys
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | ||
offset | No |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"limit": {
"type": "integer"
},
"offset": {
"type": "integer"
}
},
"type": "object"
}