Cisco Webex · Capability

Cisco Webex Organizations API — Organizations

Cisco Webex Organizations API — Organizations. 3 operations. Lead operation: Cisco Webex List Organizations. Self-contained Naftiko capability covering one Cisco Webex business surface.

Run with Naftiko Cisco WebexOrganizations

What You Can Do

GET
Listorganizations — Cisco Webex List Organizations
/v1/organizations
GET
Getorganizationdetails — Cisco Webex Get Organization Details
/v1/organizations/{orgid}
DELETE
Deleteorganization — Cisco Webex Delete Organization
/v1/organizations/{orgid}

MCP Tools

cisco-webex-list-organizations

Cisco Webex List Organizations

read-only idempotent
cisco-webex-get-organization-details

Cisco Webex Get Organization Details

read-only idempotent
cisco-webex-delete-organization

Cisco Webex Delete Organization

idempotent

Capability Spec

organizations-organizations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cisco Webex Organizations API — Organizations
  description: 'Cisco Webex Organizations API — Organizations. 3 operations. Lead operation: Cisco Webex List Organizations.
    Self-contained Naftiko capability covering one Cisco Webex business surface.'
  tags:
  - Cisco Webex
  - Organizations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    CISCO_WEBEX_API_KEY: CISCO_WEBEX_API_KEY
capability:
  consumes:
  - type: http
    namespace: organizations-organizations
    baseUri: https://webexapis.com/v1
    description: Cisco Webex Organizations API — Organizations business capability. Self-contained, no shared references.
    resources:
    - name: organizations
      path: /organizations
      operations:
      - name: listorganizations
        method: GET
        description: Cisco Webex List Organizations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: organizations-orgId
      path: /organizations/{orgId}
      operations:
      - name: getorganizationdetails
        method: GET
        description: Cisco Webex Get Organization Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orgId
          in: path
          type: string
          description: Unique identifier for the organization.
          required: true
      - name: deleteorganization
        method: DELETE
        description: Cisco Webex Delete Organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: orgId
          in: path
          type: string
          description: Unique identifier for the organization.
          required: true
    authentication:
      type: bearer
      token: '{{env.CISCO_WEBEX_API_KEY}}'
  exposes:
  - type: rest
    namespace: organizations-organizations-rest
    port: 8080
    description: REST adapter for Cisco Webex Organizations API — Organizations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/organizations
      name: organizations
      description: REST surface for organizations.
      operations:
      - method: GET
        name: listorganizations
        description: Cisco Webex List Organizations
        call: organizations-organizations.listorganizations
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organizations/{orgid}
      name: organizations-orgid
      description: REST surface for organizations-orgId.
      operations:
      - method: GET
        name: getorganizationdetails
        description: Cisco Webex Get Organization Details
        call: organizations-organizations.getorganizationdetails
        with:
          orgId: rest.orgId
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteorganization
        description: Cisco Webex Delete Organization
        call: organizations-organizations.deleteorganization
        with:
          orgId: rest.orgId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: organizations-organizations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cisco Webex Organizations API — Organizations. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: cisco-webex-list-organizations
      description: Cisco Webex List Organizations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: organizations-organizations.listorganizations
      outputParameters:
      - type: object
        mapping: $.
    - name: cisco-webex-get-organization-details
      description: Cisco Webex Get Organization Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: organizations-organizations.getorganizationdetails
      with:
        orgId: tools.orgId
      outputParameters:
      - type: object
        mapping: $.
    - name: cisco-webex-delete-organization
      description: Cisco Webex Delete Organization
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: organizations-organizations.deleteorganization
      with:
        orgId: tools.orgId
      outputParameters:
      - type: object
        mapping: $.