Sentry · Capability

Sentry API — Teams

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

Run with Naftiko Sentry SystemTeams

What You Can Do

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

MCP Tools

sentry-list-organization-s-teams

Sentry List an organization's teams

read-only idempotent

Capability Spec

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