Skip to main content
Glama

MCP JSON Database Server

by yusuferenkt

add_call_transcript

Store and manage call transcripts in the MCP JSON Database Server by adding details like caller info, duration, category, and priority for efficient tracking and analysis.

Instructions

Yeni telefon görüşmesi transkripti ekler

Input Schema

NameRequiredDescriptionDefault
callerCompanyNoArayan şirket
callerNameYesArayan kişi adı
callerPhoneYesArayan telefon numarası
categoryYesKategori (destek, satış, şikayet)
durationYesGörüşme süresi (saniye)
keywordsNoAnahtar kelimeler
priorityNoÖncelik (low, normal, high, urgent)
tokenYesJWT token
transcriptYesKonuşma transkripti

Input Schema (JSON Schema)

{ "properties": { "callerCompany": { "description": "Arayan şirket", "type": "string" }, "callerName": { "description": "Arayan kişi adı", "type": "string" }, "callerPhone": { "description": "Arayan telefon numarası", "type": "string" }, "category": { "description": "Kategori (destek, satış, şikayet)", "type": "string" }, "duration": { "description": "Görüşme süresi (saniye)", "type": "number" }, "keywords": { "description": "Anahtar kelimeler", "items": { "type": "string" }, "type": "array" }, "priority": { "description": "Öncelik (low, normal, high, urgent)", "type": "string" }, "token": { "description": "JWT token", "type": "string" }, "transcript": { "description": "Konuşma transkripti", "type": "string" } }, "required": [ "token", "callerPhone", "callerName", "transcript", "duration", "category" ], "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