Global System for Mobile Communications GSMA Camara Project Application Profiles API — Application Profiles

Global System for Mobile Communications GSMA Camara Project Application Profiles API — Application Profiles. 4 operations. Lead operation: Global System for Mobile Communications create a profile which represents an application's networking demands.. Self-contained Naftiko capability covering one Global System For Mobile Communications business surface.

Run with Naftiko Global System For Mobile CommunicationsApplication Profiles

What You Can Do

POST
Createapplicationprofile — Global System for Mobile Communications create a profile which represents an application's networking demands.
/v1/application-profiles
PATCH
Updateapplicationprofile — Update the complete set of network quality thresholds for an
/v1/application-profiles/{applicationprofileid}
GET
Readapplicationprofile — Read an Application Profile
/v1/application-profiles/{applicationprofileid}
DELETE
Deleteapplicationprofile — delete
/v1/application-profiles/{applicationprofileid}

MCP Tools

global-system-mobile-communications-create

Global System for Mobile Communications create a profile which represents an application's networking demands.

update-complete-set-network-quality

Update the complete set of network quality thresholds for an

idempotent
read-application-profile

Read an Application Profile

read-only idempotent
delete

delete

idempotent

Capability Spec

application-profiles-application-profiles.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Global System for Mobile Communications GSMA Camara Project Application Profiles API — Application Profiles
  description: 'Global System for Mobile Communications GSMA Camara Project Application Profiles API — Application Profiles.
    4 operations. Lead operation: Global System for Mobile Communications create a profile which represents an application''s
    networking demands.. Self-contained Naftiko capability covering one Global System For Mobile Communications business surface.'
  tags:
  - Global System For Mobile Communications
  - Application Profiles
  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: application-profiles-application-profiles
    baseUri: ''
    description: Global System for Mobile Communications GSMA Camara Project Application Profiles API — Application Profiles
      business capability. Self-contained, no shared references.
    resources:
    - name: application-profiles
      path: /application-profiles
      operations:
      - name: createapplicationprofile
        method: POST
        description: Global System for Mobile Communications create a profile which represents an application's networking
          demands.
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: application-profiles-applicationProfileId
      path: /application-profiles/{applicationProfileId}
      operations:
      - name: updateapplicationprofile
        method: PATCH
        description: Update the complete set of network quality thresholds for an
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applicationProfileId
          in: path
          type: string
          description: Identifier for the Application Profile
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: readapplicationprofile
        method: GET
        description: Read an Application Profile
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applicationProfileId
          in: path
          type: string
          description: Identifier for the Application Profile
          required: true
      - name: deleteapplicationprofile
        method: DELETE
        description: delete
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applicationProfileId
          in: path
          type: string
          description: subscription Id
          required: true
  exposes:
  - type: rest
    namespace: application-profiles-application-profiles-rest
    port: 8080
    description: REST adapter for Global System for Mobile Communications GSMA Camara Project Application Profiles API — Application
      Profiles. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/application-profiles
      name: application-profiles
      description: REST surface for application-profiles.
      operations:
      - method: POST
        name: createapplicationprofile
        description: Global System for Mobile Communications create a profile which represents an application's networking
          demands.
        call: application-profiles-application-profiles.createapplicationprofile
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/application-profiles/{applicationprofileid}
      name: application-profiles-applicationprofileid
      description: REST surface for application-profiles-applicationProfileId.
      operations:
      - method: PATCH
        name: updateapplicationprofile
        description: Update the complete set of network quality thresholds for an
        call: application-profiles-application-profiles.updateapplicationprofile
        with:
          applicationProfileId: rest.applicationProfileId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: readapplicationprofile
        description: Read an Application Profile
        call: application-profiles-application-profiles.readapplicationprofile
        with:
          applicationProfileId: rest.applicationProfileId
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteapplicationprofile
        description: delete
        call: application-profiles-application-profiles.deleteapplicationprofile
        with:
          applicationProfileId: rest.applicationProfileId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: application-profiles-application-profiles-mcp
    port: 9090
    transport: http
    description: MCP adapter for Global System for Mobile Communications GSMA Camara Project Application Profiles API — Application
      Profiles. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: global-system-mobile-communications-create
      description: Global System for Mobile Communications create a profile which represents an application's networking demands.
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: application-profiles-application-profiles.createapplicationprofile
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: update-complete-set-network-quality
      description: Update the complete set of network quality thresholds for an
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: application-profiles-application-profiles.updateapplicationprofile
      with:
        applicationProfileId: tools.applicationProfileId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: read-application-profile
      description: Read an Application Profile
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: application-profiles-application-profiles.readapplicationprofile
      with:
        applicationProfileId: tools.applicationProfileId
      outputParameters:
      - type: object
        mapping: $.
    - name: delete
      description: delete
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: application-profiles-application-profiles.deleteapplicationprofile
      with:
        applicationProfileId: tools.applicationProfileId
      outputParameters:
      - type: object
        mapping: $.