Skip to main content
Glama

Token Metrics MCP Server

Official

get_indices_performance

Analyze index performance by fetching historical ROI data for specified indices over a defined period. Use start and end dates, pagination, and result limits to evaluate investment trends and make informed decisions.

Instructions

Fetch historical performance data for a given index, including cumulative return on investment (ROI) over time from Token Metrics API. This data is useful for analyzing index trends and evaluating investment performance.

Input Schema

NameRequiredDescriptionDefault
endDateNoEnd Date accepts date as a string - YYYY-MM-DD format. Example: 2023-10-10
idYesId of the index. Example: 1
limitNoLimit the number of results returned. Default is 50. Maximum is 100.
pageNoEnables pagination and data retrieval control by skipping a specified number of items before fetching data. Page should be a non-negative integer, with 1 indicating the beginning of the dataset.
startDateNoStart Date accepts date as a string - YYYY-MM-DD format. Example: 2023-10-01

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "End Date accepts date as a string - YYYY-MM-DD format. Example: 2023-10-10", "type": "string" }, "id": { "description": "Id of the index. Example: 1", "type": "number" }, "limit": { "description": "Limit the number of results returned. Default is 50. Maximum is 100.", "type": "number" }, "page": { "description": "Enables pagination and data retrieval control by skipping a specified number of items before fetching data. Page should be a non-negative integer, with 1 indicating the beginning of the dataset.", "type": "number" }, "startDate": { "description": "Start Date accepts date as a string - YYYY-MM-DD format. Example: 2023-10-01", "type": "string" } }, "required": [ "id" ], "type": "object" }

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/token-metrics/mcp'

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