{ "opencollection": "1.0.0", "info": { "name": "Luciq MCP Server App Hangs Crashes API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.luciq.ai/oauth/authorize", "accessTokenUrl": "https://api.luciq.ai/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Crashes", "type": "folder" }, "items": [ { "info": { "name": "List Crashes", "type": "http" }, "http": { "method": "GET", "url": "https://api.luciq.ai/api/mcp/applications/:slug/crashes", "params": [ { "name": "slug", "value": "", "type": "path", "description": "The application slug as exposed by list_applications." }, { "name": "mode", "value": "", "type": "path", "description": "The reporting mode for the application (crash, bug, etc.)." }, { "name": "date_ms", "value": "", "type": "query" }, { "name": "status_id", "value": "", "type": "query" }, { "name": "devices", "value": "", "type": "query" }, { "name": "os_versions", "value": "", "type": "query" }, { "name": "app_versions", "value": "", "type": "query" }, { "name": "current_views", "value": "", "type": "query" }, { "name": "teams", "value": "", "type": "query" }, { "name": "platform", "value": "", "type": "query" } ] }, "docs": "Returns crash groups for an application with occurrence frequency, affected users, and cause hints. Backs the list_crashes MCP tool." }, { "info": { "name": "Get Crash Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.luciq.ai/api/mcp/applications/:slug/crashes/:number", "params": [ { "name": "slug", "value": "", "type": "path", "description": "The application slug as exposed by list_applications." }, { "name": "mode", "value": "", "type": "path", "description": "The reporting mode for the application (crash, bug, etc.)." }, { "name": "number", "value": "", "type": "path", "description": "The crash or bug number within the application's mode scope." } ] }, "docs": "Returns everything Luciq knows about a single crash — stack, versions, status, severity. Backs the crash_details MCP tool." }, { "info": { "name": "Get Crash Patterns", "type": "http" }, "http": { "method": "GET", "url": "https://api.luciq.ai/api/mcp/applications/:slug/crashes/:number/patterns", "params": [ { "name": "slug", "value": "", "type": "path", "description": "The application slug as exposed by list_applications." }, { "name": "mode", "value": "", "type": "path", "description": "The reporting mode for the application (crash, bug, etc.)." }, { "name": "number", "value": "", "type": "path", "description": "The crash or bug number within the application's mode scope." }, { "name": "pattern_key", "value": "", "type": "query" } ] }, "docs": "Groups crash occurrences by a pivot key — device, OS, app version, current view, app status, or experiments — to reveal concentration patterns. Backs the crash_patterns MCP tool." } ] } ], "bundled": true }