Skip to main content
Glama

MCP JSON Database Server

by yusuferenkt

search_call_transcripts

Search call transcripts by keywords, caller names, or specific fields using a JWT-authenticated query. Retrieve targeted results for efficient analysis and management within the MCP JSON Database Server.

Instructions

Transkriptlerde anahtar kelime arama yapar

Input Schema

NameRequiredDescriptionDefault
queryYesAranacak kelime veya cümle
searchInNoArama alanı (transcript, callerName, keywords)
tokenYesJWT token

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "Aranacak kelime veya cümle", "type": "string" }, "searchIn": { "description": "Arama alanı (transcript, callerName, keywords)", "enum": [ "transcript", "callerName", "keywords", "all" ], "type": "string" }, "token": { "description": "JWT token", "type": "string" } }, "required": [ "token", "query" ], "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