Sentry · Capability

Sentry Mobile Builds API — Mobile Builds

Sentry Mobile Builds API — Mobile Builds. 2 operations. Lead operation: Sentry Retrieve install info for a given artifact. Self-contained Naftiko capability covering one Sentry System business surface.

Run with Naftiko Sentry SystemMobile Builds

What You Can Do

GET
Retrieveartifactinstallinfo — Sentry Retrieve install info for a given artifact
/v1/projects/{organization-id-or-slug}/{project-id-or-slug}/artifact-bundles/{bundle-id}/install-info
GET
Retrieveartifactsizeanalysis — Sentry Retrieve size analysis results for a given artifact
/v1/projects/{organization-id-or-slug}/{project-id-or-slug}/artifact-bundles/{bundle-id}/size-analysis

MCP Tools

sentry-retrieve-install-info-given

Sentry Retrieve install info for a given artifact

read-only idempotent
sentry-retrieve-size-analysis-results

Sentry Retrieve size analysis results for a given artifact

read-only idempotent

Capability Spec

sentry-mobile-builds-mobile-builds.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sentry Mobile Builds API — Mobile Builds
  description: 'Sentry Mobile Builds API — Mobile Builds. 2 operations. Lead operation: Sentry Retrieve install info for a
    given artifact. Self-contained Naftiko capability covering one Sentry System business surface.'
  tags:
  - Sentry System
  - Mobile Builds
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    SENTRY_SYSTEM_API_KEY: SENTRY_SYSTEM_API_KEY
capability:
  consumes:
  - type: http
    namespace: sentry-mobile-builds-mobile-builds
    baseUri: https://sentry.io/api/0
    description: Sentry Mobile Builds API — Mobile Builds business capability. Self-contained, no shared references.
    resources:
    - name: projects-organization_id_or_slug-project_id_or_slug-artifact-bundles-bundle_id-i
      path: /projects/{organization_id_or_slug}/{project_id_or_slug}/artifact-bundles/{bundle_id}/install-info/
      operations:
      - name: retrieveartifactinstallinfo
        method: GET
        description: Sentry Retrieve install info for a given artifact
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: projects-organization_id_or_slug-project_id_or_slug-artifact-bundles-bundle_id-s
      path: /projects/{organization_id_or_slug}/{project_id_or_slug}/artifact-bundles/{bundle_id}/size-analysis/
      operations:
      - name: retrieveartifactsizeanalysis
        method: GET
        description: Sentry Retrieve size analysis results for a given artifact
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SENTRY_SYSTEM_API_KEY}}'
  exposes:
  - type: rest
    namespace: sentry-mobile-builds-mobile-builds-rest
    port: 8080
    description: REST adapter for Sentry Mobile Builds API — Mobile Builds. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/projects/{organization-id-or-slug}/{project-id-or-slug}/artifact-bundles/{bundle-id}/install-info
      name: projects-organization-id-or-slug-project-id-or-slug-artifact-bundles-bundle-id-i
      description: REST surface for projects-organization_id_or_slug-project_id_or_slug-artifact-bundles-bundle_id-i.
      operations:
      - method: GET
        name: retrieveartifactinstallinfo
        description: Sentry Retrieve install info for a given artifact
        call: sentry-mobile-builds-mobile-builds.retrieveartifactinstallinfo
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{organization-id-or-slug}/{project-id-or-slug}/artifact-bundles/{bundle-id}/size-analysis
      name: projects-organization-id-or-slug-project-id-or-slug-artifact-bundles-bundle-id-s
      description: REST surface for projects-organization_id_or_slug-project_id_or_slug-artifact-bundles-bundle_id-s.
      operations:
      - method: GET
        name: retrieveartifactsizeanalysis
        description: Sentry Retrieve size analysis results for a given artifact
        call: sentry-mobile-builds-mobile-builds.retrieveartifactsizeanalysis
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sentry-mobile-builds-mobile-builds-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sentry Mobile Builds API — Mobile Builds. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: sentry-retrieve-install-info-given
      description: Sentry Retrieve install info for a given artifact
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sentry-mobile-builds-mobile-builds.retrieveartifactinstallinfo
      outputParameters:
      - type: object
        mapping: $.
    - name: sentry-retrieve-size-analysis-results
      description: Sentry Retrieve size analysis results for a given artifact
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sentry-mobile-builds-mobile-builds.retrieveartifactsizeanalysis
      outputParameters:
      - type: object
        mapping: $.