Skip to main content
Glama

project_overview

Summarize project cost, token usage, and trace data within a specified time window to monitor analytics and track spending.

Instructions

Get a summary of total cost, tokens, and traces for a project over a time window.

Input Schema

NameRequiredDescriptionDefault
fromYesStart timestamp (ISO 8601)
toYesEnd timestamp (ISO 8601)
environmentNoOptional environment filter (e.g., "production", "staging")

Input Schema (JSON Schema)

{ "properties": { "environment": { "description": "Optional environment filter (e.g., \"production\", \"staging\")", "type": "string" }, "from": { "description": "Start timestamp (ISO 8601)", "format": "date-time", "type": "string" }, "to": { "description": "End timestamp (ISO 8601)", "format": "date-time", "type": "string" } }, "required": [ "from", "to" ], "type": "object" }

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/therealsachin/langfuse-mcp-server'

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