Webex · Capability

Webex Admin — Partner Tags

Webex Admin — Partner Tags. 7 operations. Lead operation: Retrieve all customer tags. Self-contained Naftiko capability covering one Webex business surface.

Run with Naftiko WebexPartner Tags

What You Can Do

GET
Retrieveallcustomertags — Retrieve all customer tags
/v1/partner/tags
GET
Fetchallcustomersforagivensetoftags — Fetch all customers for a given set of tags
/v1/partner/tags/organizations
GET
Getcustomerorganizationstags — Get customer organization's tags
/v1/partner/tags/organizations/{orgid}
POST
Createorreplaceexistingcustomertagswiththeprovidedones — Create or Replace existing customer tags with the provided ones
/v1/partner/tags/organizations/{orgid}/assigntags
GET
Fetchasubscription — Fetch a Subscription
/v1/partner/tags/organizations/{orgid}/subscriptions/{subscriptionid}
POST
Createorreplaceexistingsubscriptiontagswiththeprovidedones — Create or Replace existing subscription tags with the provided ones
/v1/partner/tags/organizations/{orgid}/subscriptions/{subscriptionid}/assigntags
GET
Subscriptionlistonagiventagnameorasetoftags — Subscription List on a given tag name or a set of tags
/v1/partner/tags/subscriptions

MCP Tools

retrieve-all-customer-tags

Retrieve all customer tags

read-only idempotent
fetch-all-customers-given-set

Fetch all customers for a given set of tags

read-only idempotent
get-customer-organization-s-tags

Get customer organization's tags

read-only idempotent
create-replace-existing-customer-tags

Create or Replace existing customer tags with the provided ones

fetch-subscription

Fetch a Subscription

read-only idempotent
create-replace-existing-subscription-tags

Create or Replace existing subscription tags with the provided ones

subscription-list-given-tag-name

Subscription List on a given tag name or a set of tags

read-only idempotent

Capability Spec

admin-partner-tags.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Webex Admin — Partner Tags
  description: 'Webex Admin — Partner Tags. 7 operations. Lead operation: Retrieve all customer tags. Self-contained Naftiko
    capability covering one Webex business surface.'
  tags:
  - Webex
  - Partner Tags
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WEBEX_API_KEY: WEBEX_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-partner-tags
    baseUri: ''
    description: Webex Admin — Partner Tags business capability. Self-contained, no shared references.
    resources:
    - name: partner-tags
      path: /partner/tags
      operations:
      - name: retrieveallcustomertags
        method: GET
        description: Retrieve all customer tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: type
          in: query
          type: string
          description: List tags associated with an organization.
          required: true
    - name: partner-tags-organizations
      path: /partner/tags/organizations
      operations:
      - name: fetchallcustomersforagivensetoftags
        method: GET
        description: Fetch all customers for a given set of tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: tags
          in: query
          type: string
          description: A comma separated list of tags to filter by.
          required: true
        - name: max
          in: query
          type: number
          description: Value must be between 1 and 100, inclusive.
    - name: partner-tags-organizations-orgId
      path: /partner/tags/organizations/{orgId}
      operations:
      - name: getcustomerorganizationstags
        method: GET
        description: Get customer organization's tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orgId
          in: path
          type: string
          description: Fetch all customers and associated tags for the customer.
          required: true
    - name: partner-tags-organizations-orgId-assignTags
      path: /partner/tags/organizations/{orgId}/assignTags
      operations:
      - name: createorreplaceexistingcustomertagswiththeprovidedones
        method: POST
        description: Create or Replace existing customer tags with the provided ones
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orgId
          in: path
          type: string
          description: The unique identifier for the customer organization.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: partner-tags-organizations-orgId-subscriptions-subscriptionId
      path: /partner/tags/organizations/{orgId}/subscriptions/{subscriptionId}
      operations:
      - name: fetchasubscription
        method: GET
        description: Fetch a Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orgId
          in: path
          type: string
          description: The unique identifier for the customer organization.
          required: true
        - name: subscriptionId
          in: path
          type: string
          description: The unique identifier for the subscription.
          required: true
    - name: partner-tags-organizations-orgId-subscriptions-subscriptionId-assignTags
      path: /partner/tags/organizations/{orgId}/subscriptions/{subscriptionId}/assignTags
      operations:
      - name: createorreplaceexistingsubscriptiontagswiththeprovidedones
        method: POST
        description: Create or Replace existing subscription tags with the provided ones
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orgId
          in: path
          type: string
          description: The unique identifier for the customer organization.
          required: true
        - name: subscriptionId
          in: path
          type: string
          description: The unique identifier for the subscription.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: partner-tags-subscriptions
      path: /partner/tags/subscriptions
      operations:
      - name: subscriptionlistonagiventagnameorasetoftags
        method: GET
        description: Subscription List on a given tag name or a set of tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: tags
          in: query
          type: string
          description: A comma separated list of tags to filter by.
          required: true
        - name: max
          in: query
          type: number
          description: Value must be between 1 and 100, inclusive.
    authentication:
      type: bearer
      token: '{{env.WEBEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: admin-partner-tags-rest
    port: 8080
    description: REST adapter for Webex Admin — Partner Tags. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/partner/tags
      name: partner-tags
      description: REST surface for partner-tags.
      operations:
      - method: GET
        name: retrieveallcustomertags
        description: Retrieve all customer tags
        call: admin-partner-tags.retrieveallcustomertags
        with:
          type: rest.type
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/partner/tags/organizations
      name: partner-tags-organizations
      description: REST surface for partner-tags-organizations.
      operations:
      - method: GET
        name: fetchallcustomersforagivensetoftags
        description: Fetch all customers for a given set of tags
        call: admin-partner-tags.fetchallcustomersforagivensetoftags
        with:
          tags: rest.tags
          max: rest.max
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/partner/tags/organizations/{orgid}
      name: partner-tags-organizations-orgid
      description: REST surface for partner-tags-organizations-orgId.
      operations:
      - method: GET
        name: getcustomerorganizationstags
        description: Get customer organization's tags
        call: admin-partner-tags.getcustomerorganizationstags
        with:
          orgId: rest.orgId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/partner/tags/organizations/{orgid}/assigntags
      name: partner-tags-organizations-orgid-assigntags
      description: REST surface for partner-tags-organizations-orgId-assignTags.
      operations:
      - method: POST
        name: createorreplaceexistingcustomertagswiththeprovidedones
        description: Create or Replace existing customer tags with the provided ones
        call: admin-partner-tags.createorreplaceexistingcustomertagswiththeprovidedones
        with:
          orgId: rest.orgId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/partner/tags/organizations/{orgid}/subscriptions/{subscriptionid}
      name: partner-tags-organizations-orgid-subscriptions-subscriptionid
      description: REST surface for partner-tags-organizations-orgId-subscriptions-subscriptionId.
      operations:
      - method: GET
        name: fetchasubscription
        description: Fetch a Subscription
        call: admin-partner-tags.fetchasubscription
        with:
          orgId: rest.orgId
          subscriptionId: rest.subscriptionId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/partner/tags/organizations/{orgid}/subscriptions/{subscriptionid}/assigntags
      name: partner-tags-organizations-orgid-subscriptions-subscriptionid-assigntags
      description: REST surface for partner-tags-organizations-orgId-subscriptions-subscriptionId-assignTags.
      operations:
      - method: POST
        name: createorreplaceexistingsubscriptiontagswiththeprovidedones
        description: Create or Replace existing subscription tags with the provided ones
        call: admin-partner-tags.createorreplaceexistingsubscriptiontagswiththeprovidedones
        with:
          orgId: rest.orgId
          subscriptionId: rest.subscriptionId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/partner/tags/subscriptions
      name: partner-tags-subscriptions
      description: REST surface for partner-tags-subscriptions.
      operations:
      - method: GET
        name: subscriptionlistonagiventagnameorasetoftags
        description: Subscription List on a given tag name or a set of tags
        call: admin-partner-tags.subscriptionlistonagiventagnameorasetoftags
        with:
          tags: rest.tags
          max: rest.max
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-partner-tags-mcp
    port: 9090
    transport: http
    description: MCP adapter for Webex Admin — Partner Tags. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: retrieve-all-customer-tags
      description: Retrieve all customer tags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-partner-tags.retrieveallcustomertags
      with:
        type: tools.type
      outputParameters:
      - type: object
        mapping: $.
    - name: fetch-all-customers-given-set
      description: Fetch all customers for a given set of tags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-partner-tags.fetchallcustomersforagivensetoftags
      with:
        tags: tools.tags
        max: tools.max
      outputParameters:
      - type: object
        mapping: $.
    - name: get-customer-organization-s-tags
      description: Get customer organization's tags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-partner-tags.getcustomerorganizationstags
      with:
        orgId: tools.orgId
      outputParameters:
      - type: object
        mapping: $.
    - name: create-replace-existing-customer-tags
      description: Create or Replace existing customer tags with the provided ones
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: admin-partner-tags.createorreplaceexistingcustomertagswiththeprovidedones
      with:
        orgId: tools.orgId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: fetch-subscription
      description: Fetch a Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-partner-tags.fetchasubscription
      with:
        orgId: tools.orgId
        subscriptionId: tools.subscriptionId
      outputParameters:
      - type: object
        mapping: $.
    - name: create-replace-existing-subscription-tags
      description: Create or Replace existing subscription tags with the provided ones
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: admin-partner-tags.createorreplaceexistingsubscriptiontagswiththeprovidedones
      with:
        orgId: tools.orgId
        subscriptionId: tools.subscriptionId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: subscription-list-given-tag-name
      description: Subscription List on a given tag name or a set of tags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-partner-tags.subscriptionlistonagiventagnameorasetoftags
      with:
        tags: tools.tags
        max: tools.max
      outputParameters:
      - type: object
        mapping: $.