Skip to main content
Glama

MCP JSON Database Server

by yusuferenkt

update_call_transcript

Update call transcripts in the MCP JSON Database Server by modifying resolution status, follow-up requirements, and assigned user details. Ensure accurate and actionable meeting outcomes.

Instructions

Mevcut transkripti günceller

Input Schema

NameRequiredDescriptionDefault
assignedToNoAtanan kullanıcı ID'si
followUpRequiredNoTakip gerekli mi?
idYesTranskript ID'si
resolutionNoÇözüm durumu
tokenYesJWT token

Input Schema (JSON Schema)

{ "properties": { "assignedTo": { "description": "Atanan kullanıcı ID'si", "type": "number" }, "followUpRequired": { "description": "Takip gerekli mi?", "type": "boolean" }, "id": { "description": "Transkript ID'si", "type": "number" }, "resolution": { "description": "Çözüm durumu", "type": "string" }, "token": { "description": "JWT token", "type": "string" } }, "required": [ "token", "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/yusuferenkt/mcp-database'

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