Juniper Networks · Capability

Juniper Networks Junos Space Network Management Platform API

Juniper Networks Junos Space Network Management Platform API. 2 operations. Lead operation: Juniper Networks List tags. Self-contained Naftiko capability covering one Juniper business surface.

Run with Naftiko Juniper

What You Can Do

GET
Listtags — Juniper Networks List tags
/v1/tag-management/tags
POST
Createtag — Juniper Networks Create a tag
/v1/tag-management/tags

MCP Tools

juniper-networks-list-tags

Juniper Networks List tags

read-only idempotent
juniper-networks-create-tag

Juniper Networks Create a tag

Capability Spec

junos-space-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Juniper Networks Junos Space Network Management Platform API
  description: 'Juniper Networks Junos Space Network Management Platform API. 2 operations. Lead operation: Juniper Networks
    List tags. Self-contained Naftiko capability covering one Juniper business surface.'
  tags:
  - Juniper
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    JUNIPER_API_KEY: JUNIPER_API_KEY
capability:
  consumes:
  - type: http
    namespace: junos-space-general
    baseUri: https://{space_server}/api/space
    description: Juniper Networks Junos Space Network Management Platform API business capability. Self-contained, no shared
      references.
    resources:
    - name: tag-management-tags
      path: /tag-management/tags
      operations:
      - name: listtags
        method: GET
        description: Juniper Networks List tags
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createtag
        method: POST
        description: Juniper Networks Create a tag
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: basic
      username: '{{env.JUNIPER_USER}}'
      password: '{{env.JUNIPER_PASS}}'
  exposes:
  - type: rest
    namespace: junos-space-general-rest
    port: 8080
    description: REST adapter for Juniper Networks Junos Space Network Management Platform API. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/tag-management/tags
      name: tag-management-tags
      description: REST surface for tag-management-tags.
      operations:
      - method: GET
        name: listtags
        description: Juniper Networks List tags
        call: junos-space-general.listtags
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createtag
        description: Juniper Networks Create a tag
        call: junos-space-general.createtag
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: junos-space-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for Juniper Networks Junos Space Network Management Platform API. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: juniper-networks-list-tags
      description: Juniper Networks List tags
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: junos-space-general.listtags
      outputParameters:
      - type: object
        mapping: $.
    - name: juniper-networks-create-tag
      description: Juniper Networks Create a tag
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: junos-space-general.createtag
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.