Sentry · Capability

Sentry API — Releases

Sentry API — Releases. 1 operations. Lead operation: Sentry List an organization's releases. Self-contained Naftiko capability covering one Sentry System business surface.

Run with Naftiko Sentry SystemReleases

What You Can Do

GET
Listorganizationreleases — Sentry List an organization's releases
/v1/organizations/{organization-id-or-slug}/releases

MCP Tools

sentry-list-organization-s-releases

Sentry List an organization's releases

read-only idempotent

Capability Spec

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