JetBrains · Capability

JetBrains YouTrack REST API

JetBrains YouTrack REST API. 1 operations. Lead operation: JetBrains List Issue Tags. Self-contained Naftiko capability covering one Jetbrains business surface.

Run with Naftiko Jetbrains

What You Can Do

GET
Listissuetags — JetBrains List Issue Tags
/v1/issuetags

MCP Tools

jetbrains-list-issue-tags

JetBrains List Issue Tags

read-only idempotent

Capability Spec

youtrack-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: JetBrains YouTrack REST API
  description: 'JetBrains YouTrack REST API. 1 operations. Lead operation: JetBrains List Issue Tags. Self-contained Naftiko
    capability covering one Jetbrains business surface.'
  tags:
  - Jetbrains
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    JETBRAINS_API_KEY: JETBRAINS_API_KEY
capability:
  consumes:
  - type: http
    namespace: youtrack-general
    baseUri: https://{instance}.youtrack.cloud/api
    description: JetBrains YouTrack REST API business capability. Self-contained, no shared references.
    resources:
    - name: issueTags
      path: /issueTags
      operations:
      - name: listissuetags
        method: GET
        description: JetBrains List Issue Tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.JETBRAINS_API_KEY}}'
  exposes:
  - type: rest
    namespace: youtrack-general-rest
    port: 8080
    description: REST adapter for JetBrains YouTrack REST API. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/issuetags
      name: issuetags
      description: REST surface for issueTags.
      operations:
      - method: GET
        name: listissuetags
        description: JetBrains List Issue Tags
        call: youtrack-general.listissuetags
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: youtrack-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for JetBrains YouTrack REST API. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: jetbrains-list-issue-tags
      description: JetBrains List Issue Tags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: youtrack-general.listissuetags
      outputParameters:
      - type: object
        mapping: $.