Skip to main content
Glama

MCP JSON Database Server

by yusuferenkt

get_my_audit_logs

Retrieve your audit logs from the MCP JSON Database Server using a JWT token and set a limit for the number of logs displayed.

Instructions

Kullanıcının kendi audit loglarını getirir

Input Schema

NameRequiredDescriptionDefault
limitNoGösterilecek log sayısı (varsayılan: 50)
tokenYesJWT token

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Gösterilecek log sayısı (varsayılan: 50)", "type": "number" }, "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