Luciq
Mobile observability for AI agents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- List Applications: List applications accessible to the authenticated developer
- List Crashes: List crashes for a specific application with pagination, sorting & filtering
- Crash Details: Get detailed information about a specific crash
What data it sees
Do you need an account
No: the server works without sign-in
Mobile observability for AI agents. Investigate crashes, hangs, ANRs, bugs, and app performance, and triage app store reviews, directly from your IDE or terminal.
Server tool list (21)
Raw names from tools/list. Only developers need these.
| list_applications | List applications accessible to the authenticated developer |
| list_crashes | List crashes for a specific application with pagination, sorting & filtering |
| crash_details | Get detailed information about a specific crash |
| crash_patterns | Get crash patterns for a specific application with filtering and sorting |
| list_app_hangs | List app hangs for a specific application with pagination, sorting & filtering |
| list_bugs | List bugs for a specific application with pagination, sorting & filtering |
| bug_details | Get detailed information about a specific bug |
| update_bug | Update a bug's status, priority, tags, mark it as a duplicate, or unmark it. Provide at least one of `status_id`, `priority_id`, `tags`, or `action`. `action: "mark_as_duplicate"` merges this bug into a master and requires `original_bug_number`. `action: "unmark_as_duplicate"` detaches the bug from its master. `action` cannot be combined with `status_id` or `priority_id`. |
| list_occurrences_tokens | List occurrence tokens for a specific crash with pagination and filtering |
| get_occurrence_details | Get detailed information about a specific occurrence |
| list_reviews | List reviews for a specific application with pagination, sorting & filtering |
| apm_list_groups | Rank APM groups worst-first for an app, paginated and filtered. |
| apm_group_view | Fetch APM panels for one group (charts, tables, summary) in a single call. |
| apm_occurrence | Inspect APM occurrences in a group: worst, by token, or list. |
| crash_diagnostics | Get the full debugging payload for a specific crash: stacktrace, device metrics, distributions (OS, device model, app version), and screen flows leading up to the crash. USE THIS TOOL WHEN: - The user asks to fix, debug, or investigate a crash - You need the stacktrace plus context about which devices, OS versions, or user journeys are affected Async: when status="generating", the analysis is still being computed — re-call with the same arguments after retry_after_seconds. |
| app_insights | Aggregated app-health overview for one application, containing non-fatal crash counts (crashes), bug report totals (bugs), APM key metrics for networks/launches/screen-loads/flows (apm), and stability rates such as crash-free sessions, ANR, OOM and app hangs (monitoring). Each section is returned under its own key; a section that is unavailable (e.g. data-retention limit or a failing service) carries an `error` object instead of data, while the rest still return. A section whose product is not included in the company plan is omitted entirely (its key will be absent). |
| list_surveys | List surveys for a specific application with their status, pagination & filtering. Results are ordered newest-first (by creation date). Surveys only (not announcements). |
| survey_details | Get a survey's details: questions, response statistics, and a page of individual responses (filterable & paginated, mirroring the dashboard). |
| list_opportunities | List opportunities for a specific application with their status, pagination & filtering. Results are ranked by priority (highest first), then by recency. |
| opportunity_details | Get a single opportunity's details: status, priority, source counts, assigned team, and its timeline. Use the id from list_opportunities. |
| list_issues | List issues for a specific application. Supports pagination, sorting, and filtering across crashes, APM, visual issues, broken functionality, and bugs. Results are ranked by Apdex impact by default. If no type filters (crashes_types, apm_types, ai_issues_types, bugs_types) are provided, results include all sources enabled by the application plan. Provide one or more *_types arrays to limit the results to specific sources. The initial call returns the first page of results; pagination tokens are only required to retrieve subsequent pages. Available sources depend on the application plan. |