Sentry · Capability

Sentry Projects API — Debug Files

Sentry Projects API — Debug Files. 1 operations. Lead operation: Sentry List a project's debug information files. Self-contained Naftiko capability covering one Sentry System business surface.

Run with Naftiko Sentry SystemDebug Files

What You Can Do

GET
Listprojectdebugfiles — Sentry List a project's debug information files
/v1/projects/{organization-id-or-slug}/{project-id-or-slug}/files/dsyms

MCP Tools

sentry-list-project-s-debug-information

Sentry List a project's debug information files

read-only idempotent

Capability Spec

sentry-projects-debug-files.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Sentry Projects API — Debug Files
  description: 'Sentry Projects API — Debug Files. 1 operations. Lead operation: Sentry List a project''s debug information
    files. Self-contained Naftiko capability covering one Sentry System business surface.'
  tags:
  - Sentry System
  - Debug Files
  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-projects-debug-files
    baseUri: https://sentry.io/api/0
    description: Sentry Projects API — Debug Files business capability. Self-contained, no shared references.
    resources:
    - name: projects-organization_id_or_slug-project_id_or_slug-files-dsyms
      path: /projects/{organization_id_or_slug}/{project_id_or_slug}/files/dsyms/
      operations:
      - name: listprojectdebugfiles
        method: GET
        description: Sentry List a project's debug information files
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.SENTRY_SYSTEM_API_KEY}}'
  exposes:
  - type: rest
    namespace: sentry-projects-debug-files-rest
    port: 8080
    description: REST adapter for Sentry Projects API — Debug Files. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/projects/{organization-id-or-slug}/{project-id-or-slug}/files/dsyms
      name: projects-organization-id-or-slug-project-id-or-slug-files-dsyms
      description: REST surface for projects-organization_id_or_slug-project_id_or_slug-files-dsyms.
      operations:
      - method: GET
        name: listprojectdebugfiles
        description: Sentry List a project's debug information files
        call: sentry-projects-debug-files.listprojectdebugfiles
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sentry-projects-debug-files-mcp
    port: 9090
    transport: http
    description: MCP adapter for Sentry Projects API — Debug Files. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: sentry-list-project-s-debug-information
      description: Sentry List a project's debug information files
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sentry-projects-debug-files.listprojectdebugfiles
      outputParameters:
      - type: object
        mapping: $.