JetBrains · Capability

JetBrains Hub REST API

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

Run with Naftiko Jetbrains

What You Can Do

GET
Listservices — JetBrains List Services
/v1/services

MCP Tools

jetbrains-list-services

JetBrains List Services

read-only idempotent

Capability Spec

hub-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: JetBrains Hub REST API
  description: 'JetBrains Hub REST API. 1 operations. Lead operation: JetBrains List Services. 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: hub-general
    baseUri: https://{instance}.youtrack.cloud/hub/api/rest
    description: JetBrains Hub REST API business capability. Self-contained, no shared references.
    resources:
    - name: services
      path: /services
      operations:
      - name: listservices
        method: GET
        description: JetBrains List Services
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.JETBRAINS_API_KEY}}'
  exposes:
  - type: rest
    namespace: hub-general-rest
    port: 8080
    description: REST adapter for JetBrains Hub REST API. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/services
      name: services
      description: REST surface for services.
      operations:
      - method: GET
        name: listservices
        description: JetBrains List Services
        call: hub-general.listservices
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: hub-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for JetBrains Hub REST API. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: jetbrains-list-services
      description: JetBrains List Services
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: hub-general.listservices
      outputParameters:
      - type: object
        mapping: $.