Atlassian · Capability

Atlassian The Jira Cloud platform REST API — Service Registry

Atlassian The Jira Cloud platform REST API — Service Registry. 1 operations. Lead operation: Atlassian Retrieve The Attributes Of Service Registries. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianService Registry

What You Can Do

GET
Atlassianserviceregistryresourceservicesget — Atlassian Retrieve The Attributes Of Service Registries
/v1/atlassian-connect/1/service-registry

MCP Tools

atlassian-retrieve-attributes-service-registries

Atlassian Retrieve The Attributes Of Service Registries

read-only idempotent

Capability Spec

jira-service-registry.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian The Jira Cloud platform REST API — Service Registry
  description: 'Atlassian The Jira Cloud platform REST API — Service Registry. 1 operations. Lead operation: Atlassian Retrieve
    The Attributes Of Service Registries. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Service Registry
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: jira-service-registry
    baseUri: https://your-domain.atlassian.net
    description: Atlassian The Jira Cloud platform REST API — Service Registry business capability. Self-contained, no shared
      references.
    resources:
    - name: rest-atlassian-connect-1-service-registry
      path: /rest/atlassian-connect/1/service-registry
      operations:
      - name: atlassianserviceregistryresourceservicesget
        method: GET
        description: Atlassian Retrieve The Attributes Of Service Registries
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: serviceIds
          in: query
          type: array
          description: The ID of the services (the strings starting with "b:" need to be decoded in Base64).
          required: true
    authentication:
      type: bearer
      token: '{{env.ATLASSIAN_API_KEY}}'
  exposes:
  - type: rest
    namespace: jira-service-registry-rest
    port: 8080
    description: REST adapter for Atlassian The Jira Cloud platform REST API — Service Registry. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/atlassian-connect/1/service-registry
      name: rest-atlassian-connect-1-service-registry
      description: REST surface for rest-atlassian-connect-1-service-registry.
      operations:
      - method: GET
        name: atlassianserviceregistryresourceservicesget
        description: Atlassian Retrieve The Attributes Of Service Registries
        call: jira-service-registry.atlassianserviceregistryresourceservicesget
        with:
          serviceIds: rest.serviceIds
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: jira-service-registry-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian The Jira Cloud platform REST API — Service Registry. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: atlassian-retrieve-attributes-service-registries
      description: Atlassian Retrieve The Attributes Of Service Registries
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: jira-service-registry.atlassianserviceregistryresourceservicesget
      with:
        serviceIds: tools.serviceIds
      outputParameters:
      - type: object
        mapping: $.