Skip to main content
Glama

MCP JSON Database Server

by yusuferenkt

get_audit_logs_by_category

Retrieve audit logs from the MCP JSON Database Server by specified category, such as authentication or user_management, using a JWT token. Supports limiting the number of logs fetched.

Instructions

Belirli kategorideki audit logları getirir (Admin/Manager)

Input Schema

NameRequiredDescriptionDefault
categoryYesLog kategorisi (authentication, user_management, data_access, permission, system, security)
limitNoGösterilecek log sayısı (varsayılan: 100)
tokenYesJWT token

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Log kategorisi (authentication, user_management, data_access, permission, system, security)", "type": "string" }, "limit": { "description": "Gösterilecek log sayısı (varsayılan: 100)", "type": "number" }, "token": { "description": "JWT token", "type": "string" } }, "required": [ "token", "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