Global System for Mobile Communications GSMA Camara Project Edge Application Management API — Edge Cloud

Global System for Mobile Communications GSMA Camara Project Edge Application Management API — Edge Cloud. 1 operations. Lead operation: Global System for Mobile Communications Retrieve a list of the operators Edge Cloud Zones and their status. Self-contained Naftiko capability covering one Global System For Mobile Communications business surface.

Run with Naftiko Global System For Mobile CommunicationsEdge Cloud

What You Can Do

GET
Getedgecloudzones — Global System for Mobile Communications Retrieve a list of the operators Edge Cloud Zones and their status
/v1/edge-cloud-zones

MCP Tools

global-system-mobile-communications-retrieve

Global System for Mobile Communications Retrieve a list of the operators Edge Cloud Zones and their status

read-only idempotent

Capability Spec

edge-application-management-edge-cloud.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Global System for Mobile Communications GSMA Camara Project Edge Application Management API — Edge Cloud
  description: 'Global System for Mobile Communications GSMA Camara Project Edge Application Management API — Edge Cloud.
    1 operations. Lead operation: Global System for Mobile Communications Retrieve a list of the operators Edge Cloud Zones
    and their status. Self-contained Naftiko capability covering one Global System For Mobile Communications business surface.'
  tags:
  - Global System For Mobile Communications
  - Edge Cloud
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GLOBAL_SYSTEM_FOR_MOBILE_COMMUNICATIONS_API_KEY: GLOBAL_SYSTEM_FOR_MOBILE_COMMUNICATIONS_API_KEY
capability:
  consumes:
  - type: http
    namespace: edge-application-management-edge-cloud
    baseUri: ''
    description: Global System for Mobile Communications GSMA Camara Project Edge Application Management API — Edge Cloud
      business capability. Self-contained, no shared references.
    resources:
    - name: edge-cloud-zones
      path: /edge-cloud-zones
      operations:
      - name: getedgecloudzones
        method: GET
        description: Global System for Mobile Communications Retrieve a list of the operators Edge Cloud Zones and their status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: region
          in: query
          type: string
          description: Human readable name of the geographical Edge Cloud Region of
        - name: status
          in: query
          type: string
          description: Human readable status of the Edge Cloud Zone
  exposes:
  - type: rest
    namespace: edge-application-management-edge-cloud-rest
    port: 8080
    description: REST adapter for Global System for Mobile Communications GSMA Camara Project Edge Application Management
      API — Edge Cloud. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/edge-cloud-zones
      name: edge-cloud-zones
      description: REST surface for edge-cloud-zones.
      operations:
      - method: GET
        name: getedgecloudzones
        description: Global System for Mobile Communications Retrieve a list of the operators Edge Cloud Zones and their status
        call: edge-application-management-edge-cloud.getedgecloudzones
        with:
          region: rest.region
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: edge-application-management-edge-cloud-mcp
    port: 9090
    transport: http
    description: MCP adapter for Global System for Mobile Communications GSMA Camara Project Edge Application Management API
      — Edge Cloud. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: global-system-mobile-communications-retrieve
      description: Global System for Mobile Communications Retrieve a list of the operators Edge Cloud Zones and their status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: edge-application-management-edge-cloud.getedgecloudzones
      with:
        region: tools.region
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.