Skip to main content
Glama

Doris MCP Server

Official
by apache

get_recent_audit_logs

Retrieve audit log records for a specified recent period, defaulting to the last 7 days and up to 100 records. Customize days and limit parameters for targeted log analysis.

Instructions

[Function Description]: Get audit log records for a recent period.

[Parameter Content]:

  • days (integer) [Optional] - Number of recent days of logs to retrieve, default is 7
  • limit (integer) [Optional] - Maximum number of records to return, default is 100

Input Schema

NameRequiredDescriptionDefault
daysNo
limitNo

Input Schema (JSON Schema)

{ "properties": { "days": { "default": 7, "title": "Days", "type": "integer" }, "limit": { "default": 100, "title": "Limit", "type": "integer" } }, "title": "get_recent_audit_logs_toolArguments", "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/apache/doris-mcp-server'

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