action tokenmetrics_indices { label: "Indices" description: "Indices" provider: tokenmetrics method: GET path: "/v1/indices" encoding: json input: { type: "object" properties: { endDate: { type: "string" } exchanges: { type: "string" } limit: { type: "string" } lowCap: { type: "string" } startDate: { type: "string" } timeHorizon: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }