Skip to main content
Glama

MCP JSON Database Server

by yusuferenkt

get_call_analytics

Retrieve call analytics and statistics by specifying a date and period using JWT token authentication within the MCP JSON Database Server.

Instructions

Çağrı analitikleri ve istatistikleri getirir

Input Schema

NameRequiredDescriptionDefault
dateNoAnaliz tarihi (YYYY-MM-DD)
periodNoAnaliz periyodu (daily, weekly, monthly)
tokenYesJWT token

Input Schema (JSON Schema)

{ "properties": { "date": { "description": "Analiz tarihi (YYYY-MM-DD)", "type": "string" }, "period": { "description": "Analiz periyodu (daily, weekly, monthly)", "enum": [ "daily", "weekly", "monthly" ], "type": "string" }, "token": { "description": "JWT token", "type": "string" } }, "required": [ "token" ], "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/yusuferenkt/mcp-database'

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