Skip to main content
Glama

MCP JSON Database Server

by yusuferenkt

get_audit_logs_by_date

Retrieve audit logs within a specified date range using a JWT token for admin or manager access on MCP JSON Database Server.

Instructions

Belirli tarih aralığındaki audit logları getirir (Admin/Manager)

Input Schema

NameRequiredDescriptionDefault
endDateYesBitiş tarihi (YYYY-MM-DD)
limitNoGösterilecek log sayısı (varsayılan: 100)
startDateYesBaşlangıç tarihi (YYYY-MM-DD)
tokenYesJWT token

Input Schema (JSON Schema)

{ "properties": { "endDate": { "description": "Bitiş tarihi (YYYY-MM-DD)", "type": "string" }, "limit": { "description": "Gösterilecek log sayısı (varsayılan: 100)", "type": "number" }, "startDate": { "description": "Başlangıç tarihi (YYYY-MM-DD)", "type": "string" }, "token": { "description": "JWT token", "type": "string" } }, "required": [ "token", "startDate", "endDate" ], "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