Juniper Networks · Capability

Juniper Networks Juniper Mist Cloud API — Organizations

Juniper Networks Juniper Mist Cloud API — Organizations. 3 operations. Lead operation: Juniper Networks List organizations. Self-contained Naftiko capability covering one Juniper Networks business surface.

Run with Naftiko Juniper NetworksOrganizations

What You Can Do

GET
Listorgs — Juniper Networks List organizations
/v1/orgs
GET
Getorg — Juniper Networks Get organization
/v1/orgs/{org-id}
PUT
Updateorg — Juniper Networks Update organization
/v1/orgs/{org-id}

MCP Tools

juniper-networks-list-organizations

Juniper Networks List organizations

read-only idempotent
juniper-networks-get-organization

Juniper Networks Get organization

read-only idempotent
juniper-networks-update-organization

Juniper Networks Update organization

idempotent

Capability Spec

mist-organizations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Juniper Networks Juniper Mist Cloud API — Organizations
  description: 'Juniper Networks Juniper Mist Cloud API — Organizations. 3 operations. Lead operation: Juniper Networks List
    organizations. Self-contained Naftiko capability covering one Juniper Networks business surface.'
  tags:
  - Juniper Networks
  - Organizations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    JUNIPER_NETWORKS_API_KEY: JUNIPER_NETWORKS_API_KEY
capability:
  consumes:
  - type: http
    namespace: mist-organizations
    baseUri: https://api.mist.com/api/v1
    description: Juniper Networks Juniper Mist Cloud API — Organizations business capability. Self-contained, no shared references.
    resources:
    - name: orgs
      path: /orgs
      operations:
      - name: listorgs
        method: GET
        description: Juniper Networks List organizations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: orgs-org_id
      path: /orgs/{org_id}
      operations:
      - name: getorg
        method: GET
        description: Juniper Networks Get organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateorg
        method: PUT
        description: Juniper Networks Update organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.JUNIPER_NETWORKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: mist-organizations-rest
    port: 8080
    description: REST adapter for Juniper Networks Juniper Mist Cloud API — Organizations. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/orgs
      name: orgs
      description: REST surface for orgs.
      operations:
      - method: GET
        name: listorgs
        description: Juniper Networks List organizations
        call: mist-organizations.listorgs
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/orgs/{org-id}
      name: orgs-org-id
      description: REST surface for orgs-org_id.
      operations:
      - method: GET
        name: getorg
        description: Juniper Networks Get organization
        call: mist-organizations.getorg
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateorg
        description: Juniper Networks Update organization
        call: mist-organizations.updateorg
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: mist-organizations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Juniper Networks Juniper Mist Cloud API — Organizations. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: juniper-networks-list-organizations
      description: Juniper Networks List organizations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mist-organizations.listorgs
      outputParameters:
      - type: object
        mapping: $.
    - name: juniper-networks-get-organization
      description: Juniper Networks Get organization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: mist-organizations.getorg
      outputParameters:
      - type: object
        mapping: $.
    - name: juniper-networks-update-organization
      description: Juniper Networks Update organization
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: mist-organizations.updateorg
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.