Atlassian · Capability

Atlassian rest/api/3/avatar/ — Avatars

Atlassian rest/api/3/avatar/ — Avatars. 1 operations. Lead operation: Atlassian Get System Avatars By Type. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianAvatars

What You Can Do

GET
Atlassiangetallsystemavatars — Atlassian Get System Avatars By Type
/v1/api/3/avatar/{type}/system

MCP Tools

atlassian-get-system-avatars-type

Atlassian Get System Avatars By Type

read-only idempotent

Capability Spec

rest-api-3-avatar--avatars.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/avatar/ — Avatars
  description: 'Atlassian rest/api/3/avatar/ — Avatars. 1 operations. Lead operation: Atlassian Get System Avatars By Type.
    Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Avatars
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-api-3-avatar--avatars
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/avatar/ — Avatars business capability. Self-contained, no shared references.
    resources:
    - name: rest-api-3-avatar-type-system
      path: /rest/api/3/avatar/{type}/system
      operations:
      - name: atlassiangetallsystemavatars
        method: GET
        description: Atlassian Get System Avatars By Type
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: type
          in: path
          type: string
          description: The avatar type.
          required: true
  exposes:
  - type: rest
    namespace: rest-api-3-avatar--avatars-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/avatar/ — Avatars. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/3/avatar/{type}/system
      name: rest-api-3-avatar-type-system
      description: REST surface for rest-api-3-avatar-type-system.
      operations:
      - method: GET
        name: atlassiangetallsystemavatars
        description: Atlassian Get System Avatars By Type
        call: rest-api-3-avatar--avatars.atlassiangetallsystemavatars
        with:
          type: rest.type
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-avatar--avatars-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/avatar/ — Avatars. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: atlassian-get-system-avatars-type
      description: Atlassian Get System Avatars By Type
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-avatar--avatars.atlassiangetallsystemavatars
      with:
        type: tools.type
      outputParameters:
      - type: object
        mapping: $.