Atlassian · Capability

Atlassian rest/api/3/workflows/ — Workflows

Atlassian rest/api/3/workflows/ — Workflows. 5 operations. Lead operation: Atlassian Get Available Workflow Capabilities. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianWorkflows

What You Can Do

GET
Atlassianworkflowcapabilities — Atlassian Get Available Workflow Capabilities
/v1/api/3/workflows/capabilities
POST
Atlassiancreateworkflows — Atlassian Bulk Create Workflows
/v1/api/3/workflows/create
POST
Atlassianvalidatecreateworkflows — Atlassian Validate Create Workflows
/v1/api/3/workflows/create/validation
POST
Atlassianupdateworkflows — Atlassian Bulk Update Workflows
/v1/api/3/workflows/update
POST
Atlassianvalidateupdateworkflows — Atlassian Validate Update Workflows
/v1/api/3/workflows/update/validation

MCP Tools

atlassian-get-available-workflow-capabilities

Atlassian Get Available Workflow Capabilities

read-only idempotent
atlassian-bulk-create-workflows

Atlassian Bulk Create Workflows

atlassian-validate-create-workflows

Atlassian Validate Create Workflows

read-only
atlassian-bulk-update-workflows

Atlassian Bulk Update Workflows

atlassian-validate-update-workflows

Atlassian Validate Update Workflows

read-only

Capability Spec

rest-api-3-workflows--workflows.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/workflows/ — Workflows
  description: 'Atlassian rest/api/3/workflows/ — Workflows. 5 operations. Lead operation: Atlassian Get Available Workflow
    Capabilities. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Workflows
  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-workflows--workflows
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/workflows/ — Workflows business capability. Self-contained, no shared references.
    resources:
    - name: rest-api-3-workflows-capabilities
      path: /rest/api/3/workflows/capabilities
      operations:
      - name: atlassianworkflowcapabilities
        method: GET
        description: Atlassian Get Available Workflow Capabilities
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workflowId
          in: query
          type: string
        - name: projectId
          in: query
          type: string
        - name: issueTypeId
          in: query
          type: string
    - name: rest-api-3-workflows-create
      path: /rest/api/3/workflows/create
      operations:
      - name: atlassiancreateworkflows
        method: POST
        description: Atlassian Bulk Create Workflows
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: rest-api-3-workflows-create-validation
      path: /rest/api/3/workflows/create/validation
      operations:
      - name: atlassianvalidatecreateworkflows
        method: POST
        description: Atlassian Validate Create Workflows
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: rest-api-3-workflows-update
      path: /rest/api/3/workflows/update
      operations:
      - name: atlassianupdateworkflows
        method: POST
        description: Atlassian Bulk Update Workflows
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: expand
          in: query
          type: string
          description: 'Use [expand](#expansion) to include additional information in the response. This parameter accepts
            a comma-separated list. Expand options include:'
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: rest-api-3-workflows-update-validation
      path: /rest/api/3/workflows/update/validation
      operations:
      - name: atlassianvalidateupdateworkflows
        method: POST
        description: Atlassian Validate Update Workflows
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: rest-api-3-workflows--workflows-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/workflows/ — Workflows. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/3/workflows/capabilities
      name: rest-api-3-workflows-capabilities
      description: REST surface for rest-api-3-workflows-capabilities.
      operations:
      - method: GET
        name: atlassianworkflowcapabilities
        description: Atlassian Get Available Workflow Capabilities
        call: rest-api-3-workflows--workflows.atlassianworkflowcapabilities
        with:
          workflowId: rest.workflowId
          projectId: rest.projectId
          issueTypeId: rest.issueTypeId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/workflows/create
      name: rest-api-3-workflows-create
      description: REST surface for rest-api-3-workflows-create.
      operations:
      - method: POST
        name: atlassiancreateworkflows
        description: Atlassian Bulk Create Workflows
        call: rest-api-3-workflows--workflows.atlassiancreateworkflows
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/workflows/create/validation
      name: rest-api-3-workflows-create-validation
      description: REST surface for rest-api-3-workflows-create-validation.
      operations:
      - method: POST
        name: atlassianvalidatecreateworkflows
        description: Atlassian Validate Create Workflows
        call: rest-api-3-workflows--workflows.atlassianvalidatecreateworkflows
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/workflows/update
      name: rest-api-3-workflows-update
      description: REST surface for rest-api-3-workflows-update.
      operations:
      - method: POST
        name: atlassianupdateworkflows
        description: Atlassian Bulk Update Workflows
        call: rest-api-3-workflows--workflows.atlassianupdateworkflows
        with:
          expand: rest.expand
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/workflows/update/validation
      name: rest-api-3-workflows-update-validation
      description: REST surface for rest-api-3-workflows-update-validation.
      operations:
      - method: POST
        name: atlassianvalidateupdateworkflows
        description: Atlassian Validate Update Workflows
        call: rest-api-3-workflows--workflows.atlassianvalidateupdateworkflows
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-workflows--workflows-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/workflows/ — Workflows. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-get-available-workflow-capabilities
      description: Atlassian Get Available Workflow Capabilities
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-workflows--workflows.atlassianworkflowcapabilities
      with:
        workflowId: tools.workflowId
        projectId: tools.projectId
        issueTypeId: tools.issueTypeId
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-bulk-create-workflows
      description: Atlassian Bulk Create Workflows
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-api-3-workflows--workflows.atlassiancreateworkflows
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-validate-create-workflows
      description: Atlassian Validate Create Workflows
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: rest-api-3-workflows--workflows.atlassianvalidatecreateworkflows
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-bulk-update-workflows
      description: Atlassian Bulk Update Workflows
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-api-3-workflows--workflows.atlassianupdateworkflows
      with:
        expand: tools.expand
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-validate-update-workflows
      description: Atlassian Validate Update Workflows
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: rest-api-3-workflows--workflows.atlassianvalidateupdateworkflows
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.