APIs.io Engineering Platform Postman API — Collection Tags

APIs.io Engineering Platform Postman API — Collection Tags. 2 operations. Lead operation: APIs.io Engineering Platform Get a collection's tags. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformCollection Tags

What You Can Do

GET
Getcollectiontags — APIs.io Engineering Platform Get a collection's tags
/v1/collections/{collectionid}/tags
PUT
Updatecollectiontags — APIs.io Engineering Platform Update a collection's tags
/v1/collections/{collectionid}/tags

MCP Tools

apis-io-engineering-platform-get-collection-s

APIs.io Engineering Platform Get a collection's tags

read-only idempotent
apis-io-engineering-platform-update-collection-s

APIs.io Engineering Platform Update a collection's tags

idempotent

Capability Spec

postman-collection-tags.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Postman API — Collection Tags
  description: 'APIs.io Engineering Platform Postman API — Collection Tags. 2 operations. Lead operation: APIs.io Engineering
    Platform Get a collection''s tags. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Collection Tags
  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: postman-collection-tags
    baseUri: https://api.getpostman.com
    description: APIs.io Engineering Platform Postman API — Collection Tags business capability. Self-contained, no shared
      references.
    resources:
    - name: collections-collectionId-tags
      path: /collections/{collectionId}/tags
      operations:
      - name: getcollectiontags
        method: GET
        description: APIs.io Engineering Platform Get a collection's tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updatecollectiontags
        method: PUT
        description: APIs.io Engineering Platform Update a collection's tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: postman-collection-tags-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Postman API — Collection Tags. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/collections/{collectionid}/tags
      name: collections-collectionid-tags
      description: REST surface for collections-collectionId-tags.
      operations:
      - method: GET
        name: getcollectiontags
        description: APIs.io Engineering Platform Get a collection's tags
        call: postman-collection-tags.getcollectiontags
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updatecollectiontags
        description: APIs.io Engineering Platform Update a collection's tags
        call: postman-collection-tags.updatecollectiontags
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postman-collection-tags-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Postman API — Collection Tags. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-collection-s
      description: APIs.io Engineering Platform Get a collection's tags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-collection-tags.getcollectiontags
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-collection-s
      description: APIs.io Engineering Platform Update a collection's tags
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-collection-tags.updatecollectiontags
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.