APIs.io Engineering Platform Postman API — API Tags

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

Run with Naftiko Engineering PlatformAPI Tags

What You Can Do

GET
Getapitags — APIs.io Engineering Platform Get an API's tags
/v1/apis/{apiid}/tags
PUT
Updateapitags — APIs.io Engineering Platform Update an API's tags
/v1/apis/{apiid}/tags

MCP Tools

apis-io-engineering-platform-get-api-s

APIs.io Engineering Platform Get an API's tags

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

APIs.io Engineering Platform Update an API's tags

idempotent

Capability Spec

postman-api-tags.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Postman API — API Tags
  description: 'APIs.io Engineering Platform Postman API — API Tags. 2 operations. Lead operation: APIs.io Engineering Platform
    Get an API''s tags. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - API 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-api-tags
    baseUri: https://api.getpostman.com
    description: APIs.io Engineering Platform Postman API — API Tags business capability. Self-contained, no shared references.
    resources:
    - name: apis-apiId-tags
      path: /apis/{apiId}/tags
      operations:
      - name: getapitags
        method: GET
        description: APIs.io Engineering Platform Get an API's tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateapitags
        method: PUT
        description: APIs.io Engineering Platform Update an API'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-api-tags-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Postman API — API Tags. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/apis/{apiid}/tags
      name: apis-apiid-tags
      description: REST surface for apis-apiId-tags.
      operations:
      - method: GET
        name: getapitags
        description: APIs.io Engineering Platform Get an API's tags
        call: postman-api-tags.getapitags
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateapitags
        description: APIs.io Engineering Platform Update an API's tags
        call: postman-api-tags.updateapitags
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: postman-api-tags-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Postman API — API Tags. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-api-s
      description: APIs.io Engineering Platform Get an API's tags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: postman-api-tags.getapitags
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-api-s
      description: APIs.io Engineering Platform Update an API's tags
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: postman-api-tags.updateapitags
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.