Amazon HealthImaging · Arazzo Workflow

Amazon HealthImaging Tag Image Set

Version 1.0.0

Resolve an image set's ARN, attach tags to it, then list the tags back.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub HealthcareHIPAAMachine-LearningMedical ImagingDICOMArazzoWorkflows

Provider

amazon-healthimaging

Workflows

tag-image-set
Tag an image set resource by its ARN and verify the tags.
Captures the image set ARN, attaches the supplied tags to the resource, and lists the resource tags to confirm the result.
3 steps inputs: datastoreId, imageSetId, tags outputs: imageSetArn, tags
1
getImageSet
Read the image set properties to capture the Amazon Resource Name (ARN) used by the tagging operations.
2
tagResource
Attach the supplied key/value tags to the image set resource identified by its ARN.
3
listTags
List all tags on the image set resource to confirm the new tags were applied.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Amazon HealthImaging Tag Image Set
  summary: Resolve an image set's ARN, attach tags to it, then list the tags back.
  description: >-
    Applies governance tags to an image set and confirms them. The workflow
    reads the image set to capture its Amazon Resource Name, adds the supplied
    key/value tags to that resource, and then lists the tags on the resource to
    verify they were applied. Every step spells out its request inline so the
    flow can be read and executed without opening the underlying OpenAPI
    description.
  version: 1.0.0
  x-realizes-capability-ids:
  - BC-2860.30
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-2860.30
      capability_name: Diagnostic Imaging Services
      spec: amazon-healthimaging-datastore-api-openapi.yml
      confidence: 0.85
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: datastoreApi
  url: ../openapi/amazon-healthimaging-datastore-api-openapi.yml
  type: openapi
- name: tagsApi
  url: ../openapi/amazon-healthimaging-tags-api-openapi.yml
  type: openapi
workflows:
- workflowId: tag-image-set
  summary: Tag an image set resource by its ARN and verify the tags.
  description: >-
    Captures the image set ARN, attaches the supplied tags to the resource, and
    lists the resource tags to confirm the result.
  inputs:
    type: object
    required:
    - datastoreId
    - imageSetId
    - tags
    properties:
      datastoreId:
        type: string
        description: The identifier of the data store holding the image set.
      imageSetId:
        type: string
        description: The image set identifier to tag.
      tags:
        type: object
        description: The map of tag key/value pairs to apply to the image set.
  steps:
  - stepId: getImageSet
    description: >-
      Read the image set properties to capture the Amazon Resource Name (ARN)
      used by the tagging operations.
    operationId: GetImageSet
    parameters:
    - name: datastoreId
      in: path
      value: $inputs.datastoreId
    - name: imageSetId
      in: path
      value: $inputs.imageSetId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      imageSetArn: $response.body#/imageSetArn
  - stepId: tagResource
    description: >-
      Attach the supplied key/value tags to the image set resource identified by
      its ARN.
    operationId: TagResource
    parameters:
    - name: resourceArn
      in: path
      value: $steps.getImageSet.outputs.imageSetArn
    requestBody:
      contentType: application/json
      payload:
        tags: $inputs.tags
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      statusCode: $statusCode
  - stepId: listTags
    description: >-
      List all tags on the image set resource to confirm the new tags were
      applied.
    operationId: ListTagsForResource
    parameters:
    - name: resourceArn
      in: path
      value: $steps.getImageSet.outputs.imageSetArn
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      tags: $response.body#/tags
  outputs:
    imageSetArn: $steps.getImageSet.outputs.imageSetArn
    tags: $steps.listTags.outputs.tags

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/amazon-healthimaging-tag-image-set-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.