Skip to main content
Glama

search-audits

Query Descope project audit logs with filters for login IDs, actions, tenants, authentication methods, and geographic locations to monitor user activity and security events.

Instructions

Search Descope project audit logs

Input Schema

NameRequiredDescriptionDefault
loginIdsNoFilter by specific login IDs
actionsNoFilter by specific action types
excludedActionsNoActions to exclude from results
tenantsNoFilter by specific tenant IDs
noTenantsNoIf true, only show events without tenants
methodsNoFilter by authentication methods
geosNoFilter by geographic locations
hoursBackNoHours to look back (max 720 hours / 30 days)
limitNoNumber of audit logs to fetch (max 10)

Input Schema (JSON Schema)

{ "properties": { "actions": { "description": "Filter by specific action types", "items": { "type": "string" }, "type": "array" }, "excludedActions": { "description": "Actions to exclude from results", "items": { "type": "string" }, "type": "array" }, "geos": { "description": "Filter by geographic locations", "items": { "type": "string" }, "type": "array" }, "hoursBack": { "default": 24, "description": "Hours to look back (max 720 hours / 30 days)", "maximum": 720, "minimum": 1, "type": "number" }, "limit": { "default": 5, "description": "Number of audit logs to fetch (max 10)", "maximum": 10, "minimum": 1, "type": "number" }, "loginIds": { "description": "Filter by specific login IDs", "items": { "type": "string" }, "type": "array" }, "methods": { "description": "Filter by authentication methods", "items": { "type": "string" }, "type": "array" }, "noTenants": { "description": "If true, only show events without tenants", "type": "boolean" }, "tenants": { "description": "Filter by specific tenant IDs", "items": { "type": "string" }, "type": "array" } }, "type": "object" }

Other Tools from Descope MCP Server

Related Tools

    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/descope-sample-apps/descope-mcp-server'

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