list_zones
Filter and prioritize available memory zones by relevance using a specified reason, enabling efficient information retrieval in the MCP Elasticsearch Knowledge Graph.
Instructions
List all available memory zones with metadata. When a reason is provided, zones will be filtered and prioritized based on relevance to your needs.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
reason | No | Reason for listing zones. What zones are you looking for? Why are you looking for them? The AI will use this to prioritize and filter relevant zones. |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"reason": {
"description": "Reason for listing zones. What zones are you looking for? Why are you looking for them? The AI will use this to prioritize and filter relevant zones.",
"type": "string"
}
},
"type": "object"
}