Skip to main content
Glama
mlei06

Elasticsearch MCP (VSee Fork)

by mlei06

top_change

Identify accounts or groups with the largest visit increases or decreases between consecutive time periods to monitor usage trends and subscription impacts.

Instructions

Find top N accounts or groups with highest visit/usage increase or decrease between two consecutive time periods. Returns items ranked by change with current period count, previous period count, absolute change, and percentage change. The previous period is automatically calculated to match the duration of the current period, ending where the current period starts. Supports filtering by subscription tier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupByYesGroup by: "account" to find top accounts by visit change, "group" to find top groups by visit change
directionYesDirection: "increase" for highest growth, "decrease" for highest decline
topNNoNumber of top items to return (default: 5, max: 50)
startDateNoStart date for current period in ISO format (YYYY-MM-DD) or date math (e.g., "now-30d", "now-1y"). Defaults to "now-30d"
endDateNoEnd date for current period in ISO format (YYYY-MM-DD) or date math (e.g., "now"). Defaults to "now"
subscriptionNoOptional subscription tier to filter by

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mlei06/elasticsearch-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server