Luciq

Mobile observability for AI agents.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

  • 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

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Mobile observability for AI agents. Investigate crashes, hangs, ANRs, bugs, and app performance, and triage app store reviews, directly from your IDE or terminal.

Список инструментов сервера (21)

Технические названия из tools/list. Нужны только разработчикам.

list_applicationsList applications accessible to the authenticated developer
list_crashesList crashes for a specific application with pagination, sorting & filtering
crash_detailsGet detailed information about a specific crash
crash_patternsGet crash patterns for a specific application with filtering and sorting
list_app_hangsList app hangs for a specific application with pagination, sorting & filtering
list_bugsList bugs for a specific application with pagination, sorting & filtering
bug_detailsGet detailed information about a specific bug
update_bugUpdate 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_tokensList occurrence tokens for a specific crash with pagination and filtering
get_occurrence_detailsGet detailed information about a specific occurrence
list_reviewsList reviews for a specific application with pagination, sorting & filtering
apm_list_groupsRank APM groups worst-first for an app, paginated and filtered.
apm_group_viewFetch APM panels for one group (charts, tables, summary) in a single call.
apm_occurrenceInspect APM occurrences in a group: worst, by token, or list.
crash_diagnosticsGet 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_insightsAggregated 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_surveysList surveys for a specific application with their status, pagination & filtering. Results are ordered newest-first (by creation date). Surveys only (not announcements).
survey_detailsGet a survey's details: questions, response statistics, and a page of individual responses (filterable & paginated, mirroring the dashboard).
list_opportunitiesList opportunities for a specific application with their status, pagination & filtering. Results are ranked by priority (highest first), then by recency.
opportunity_detailsGet a single opportunity's details: status, priority, source counts, assigned team, and its timeline. Use the id from list_opportunities.
list_issuesList 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.