APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListRoleTags

APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListRoleTags. 2 operations. Lead operation: #Action=ListRoleTags. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering Platform#Action=ListRoleTags

What You Can Do

GET
Getlistroletags — Lists the tags that are attached to the specified role. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources
/v1/action-listroletags

MCP Tools

lists-tags-that-are-attached

Lists the tags that are attached to the specified role. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources

lists-tags-that-are-attached-2

Lists the tags that are attached to the specified role. The returned list of tags is sorted by tag key. For more information about tagging, see Tagging IAM resources

Capability Spec

naftiko: 1.0.0-alpha2
info:
  label: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListRoleTags'
  description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListRoleTags. 2 operations. Lead
    operation: #Action=ListRoleTags. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - '#Action=ListRoleTags'
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: aws-iam-action-listroletags
    baseUri: https://iam.amazonaws.com
    description: 'APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListRoleTags business capability.
      Self-contained, no shared references.'
    resources:
    - name: '#Action=ListRoleTags'
      path: /#Action=ListRoleTags
      operations:
      - name: getlistroletags
        method: GET
        description: Lists the tags that are attached to the specified role. The returned list of tags is sorted by tag key.
          For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging
          IAM resources</a
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: RoleName
          in: query
          type: string
          description: <p>The name of the IAM role for which you want to see the list of tags.</p> <p>This parameter accepts
            (through its <a href="http://wikipedia.org/wiki/regex">reg
          required: true
        - name: Marker
          in: query
          type: string
          description: Use this parameter only when paginating results and only after you receive a response indicating that
            the results are truncated. Set it to the value of the <cod
        - name: MaxItems
          in: query
          type: integer
          description: <p>Use this only when paginating results to indicate the maximum number of items you want in the response.
            If additional items exist beyond the maximum you spec
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
      - name: postlistroletags
        method: POST
        description: Lists the tags that are attached to the specified role. The returned list of tags is sorted by tag key.
          For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging
          IAM resources</a
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Action
          in: query
          type: string
          required: true
        - name: Version
          in: query
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: aws-iam-action-listroletags-rest
    port: 8080
    description: 'REST adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListRoleTags.
      One Spectral-compliant resource per consumed operation, prefixed with /v1.'
    resources:
    - path: /v1/action-listroletags
      name: action-listroletags
      description: 'REST surface for #Action=ListRoleTags.'
      operations:
      - method: GET
        name: getlistroletags
        description: Lists the tags that are attached to the specified role. The returned list of tags is sorted by tag key.
          For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging
          IAM resources</a
        call: aws-iam-action-listroletags.getlistroletags
        with:
          RoleName: rest.RoleName
          Marker: rest.Marker
          MaxItems: rest.MaxItems
          Action: rest.Action
          Version: rest.Version
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postlistroletags
        description: Lists the tags that are attached to the specified role. The returned list of tags is sorted by tag key.
          For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging
          IAM resources</a
        call: aws-iam-action-listroletags.postlistroletags
        with:
          Action: rest.Action
          Version: rest.Version
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: aws-iam-action-listroletags-mcp
    port: 9090
    transport: http
    description: 'MCP adapter for APIs.io Engineering Platform AWS Identity and Access Management — #Action=ListRoleTags.
      One tool per consumed operation, routed inline through this capability''s consumes block.'
    tools:
    - name: lists-tags-that-are-attached
      description: Lists the tags that are attached to the specified role. The returned list of tags is sorted by tag key.
        For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging
        IAM resources</a
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: aws-iam-action-listroletags.getlistroletags
      with:
        RoleName: tools.RoleName
        Marker: tools.Marker
        MaxItems: tools.MaxItems
        Action: tools.Action
        Version: tools.Version
      outputParameters:
      - type: object
        mapping: $.
    - name: lists-tags-that-are-attached-2
      description: Lists the tags that are attached to the specified role. The returned list of tags is sorted by tag key.
        For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging
        IAM resources</a
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: aws-iam-action-listroletags.postlistroletags
      with:
        Action: tools.Action
        Version: tools.Version
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.