Instabug (Luciq) · Capability

Luciq MCP Server — App Hangs

Luciq MCP Server — App Hangs. 1 operation. Lead operation: List App Hangs. Self-contained Naftiko capability covering grouped UI freeze (hang) events for an application, filterable by date, status, app version, device, OS, platform, and current view.

Luciq MCP Server — App Hangs is a Naftiko capability published by Instabug (Luciq), one of 6 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/applications/{…}/app-hangs.

The capability includes 1 read-only operation. Lead operation: List App Hangs. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Luciq, App Hangs, MCP, and UI Performance.

Run with Naftiko LuciqApp HangsMCPUI Performance

What You Can Do

GET
Listapphangs — List App Hangs
/v1/applications/{slug}/app-hangs

MCP Tools

list-app-hangs

List App Hangs

read-only idempotent

Capability Spec

mcp-app-hangs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Luciq MCP Server — App Hangs
  description: 'Luciq MCP Server — App Hangs. 1 operation. Lead operation: List App Hangs. Self-contained
    Naftiko capability covering grouped UI freeze (hang) events for an application, filterable by date,
    status, app version, device, OS, platform, and current view.'
  tags:
  - Luciq
  - App Hangs
  - MCP
  - UI Performance
  created: '2026-05-23'
  modified: '2026-05-23'
binds:
- namespace: env
  keys:
    LUCIQ_MCP_TOKEN: LUCIQ_MCP_TOKEN
capability:
  consumes:
  - type: http
    namespace: mcp-app-hangs
    baseUri: https://api.luciq.ai/api/mcp
    description: Luciq MCP Server App Hangs surface. Self-contained, no shared references.
    resources:
    - name: applications-slug-app-hangs
      path: /applications/{slug}/app-hangs
      operations:
      - name: listapphangs
        method: GET
        description: List App Hangs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: date_ms
          in: query
          type: integer
        - name: status_id
          in: query
          type: string
        - name: app_versions
          in: query
          type: array
        - name: devices
          in: query
          type: array
        - name: os_versions
          in: query
          type: array
        - name: platform
          in: query
          type: string
        - name: current_views
          in: query
          type: array
    authentication:
      type: bearer
      key: Authorization
      value: 'Bearer {{env.LUCIQ_MCP_TOKEN}}'
      placement: header
  exposes:
  - type: rest
    namespace: mcp-app-hangs-rest
    port: 8080
    description: REST adapter for Luciq MCP Server — App Hangs.
    resources:
    - path: /v1/applications/{slug}/app-hangs
      name: applications-slug-app-hangs
      description: REST surface for grouped UI hang events.
      operations:
      - method: GET
        name: listapphangs
        description: List App Hangs
        call: mcp-app-hangs.listapphangs
        with:
          date_ms: rest.date_ms
          status_id: rest.status_id
          app_versions: rest.app_versions
          devices: rest.devices
          os_versions: rest.os_versions
          platform: rest.platform
          current_views: rest.current_views
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: mcp-app-hangs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Luciq MCP Server — App Hangs.
    tools:
    - name: list-app-hangs
      description: List App Hangs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mcp-app-hangs.listapphangs
      with:
        date_ms: tools.date_ms
        status_id: tools.status_id
        app_versions: tools.app_versions
        devices: tools.devices
        os_versions: tools.os_versions
        platform: tools.platform
        current_views: tools.current_views
      outputParameters:
      - type: object
        mapping: $.