1NCE · Capability

1NCE SIM Management — SMS

1NCE SIM Management — SMS. 5 operations. Lead operation: Get SIM SMS Quota. Self-contained Naftiko capability covering one 1NCE business surface.

1NCE SIM Management — SMS is a Naftiko capability published by 1NCE, one of 16 capabilities the APIs.io network indexes for this provider. It bundles 5 operations across the GET, POST, and DELETE methods rooted at /v1/v1/sims/{…}.

The capability includes 3 read-only operations and 2 state-changing operations. Lead operation: Get SIM SMS Quota. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include 1NCE, SIM, and SMS.

Run with Naftiko 1NCESIMSMS

What You Can Do

GET
Get sms — Get SIM SMS Quota
/v1/v1/sims/{iccid}/quota/sms
GET
Get sms — Get MT/MO-SMS
/v1/v1/sims/{iccid}/sms
POST
Create sms — Create SMS
/v1/v1/sims/{iccid}/sms
GET
Get sms — Get SMS Details
/v1/v1/sims/{iccid}/sms/{id}
DELETE
Delete sms — Delete SMS
/v1/v1/sims/{iccid}/sms/{id}

MCP Tools

1nce-get-sms

Get SIM SMS Quota

read-only idempotent
1nce-get-sms

Get MT/MO-SMS

read-only idempotent
1nce-create-sms

Create SMS

1nce-get-sms

Get SMS Details

read-only idempotent
1nce-delete-sms

Delete SMS

idempotent

Capability Spec

sim-management-sms.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "1NCE SIM Management \u2014 SMS"
  description: "1NCE SIM Management \u2014 SMS. 5 operations. Lead operation: Get SIM SMS Quota. Self-contained Naftiko capability\
    \ covering one 1NCE business surface."
  tags:
    - 1NCE
    - SIM
    - SMS
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
  - namespace: env
    keys:
      ONE_NCE_ACCESS_TOKEN: ONE_NCE_ACCESS_TOKEN
capability:
  consumes:
    - type: http
      namespace: sim-management-sms
      baseUri: https://api.1nce.com/management-api
      description: "1NCE SIM Management \u2014 SMS business capability. Self-contained, no shared references."
      resources:
        - name: v1-sims-iccid-quota-sms
          path: /v1/sims/{iccid}/quota/sms
          operations:
            - name: get-sms
              method: GET
              description: Get SIM SMS Quota
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Request body (JSON).
                  required: false
        - name: v1-sims-iccid-sms
          path: /v1/sims/{iccid}/sms
          operations:
            - name: get-sms
              method: GET
              description: Get MT/MO-SMS
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Request body (JSON).
                  required: false
            - name: create-sms
              method: POST
              description: Create SMS
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Request body (JSON).
                  required: true
        - name: v1-sims-iccid-sms-id
          path: /v1/sims/{iccid}/sms/{id}
          operations:
            - name: get-sms
              method: GET
              description: Get SMS Details
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Request body (JSON).
                  required: false
            - name: delete-sms
              method: DELETE
              description: Delete SMS
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
              inputParameters:
                - name: body
                  in: body
                  type: object
                  description: Request body (JSON).
                  required: false
      authentication:
        type: bearer
        token: '{{env.ONE_NCE_ACCESS_TOKEN}}'
  exposes:
    - type: rest
      namespace: sim-management-sms-rest
      port: 8080
      description: "REST adapter for 1NCE SIM Management \u2014 SMS. One Spectral-compliant resource per consumed operation,\
        \ prefixed with /v1."
      resources:
        - path: /v1/v1/sims/{iccid}/quota/sms
          name: v1-sims-iccid-quota-sms
          description: REST surface for v1-sims-iccid-quota-sms.
          operations:
            - method: GET
              name: get-sms
              description: Get SIM SMS Quota
              call: sim-management-sms.get-sms
              with:
                body: rest.body
              outputParameters:
                - type: object
                  mapping: $.
        - path: /v1/v1/sims/{iccid}/sms
          name: v1-sims-iccid-sms
          description: REST surface for v1-sims-iccid-sms.
          operations:
            - method: GET
              name: get-sms
              description: Get MT/MO-SMS
              call: sim-management-sms.get-sms
              with:
                body: rest.body
              outputParameters:
                - type: object
                  mapping: $.
            - method: POST
              name: create-sms
              description: Create SMS
              call: sim-management-sms.create-sms
              with:
                body: rest.body
              outputParameters:
                - type: object
                  mapping: $.
        - path: /v1/v1/sims/{iccid}/sms/{id}
          name: v1-sims-iccid-sms-id
          description: REST surface for v1-sims-iccid-sms-id.
          operations:
            - method: GET
              name: get-sms
              description: Get SMS Details
              call: sim-management-sms.get-sms
              with:
                body: rest.body
              outputParameters:
                - type: object
                  mapping: $.
            - method: DELETE
              name: delete-sms
              description: Delete SMS
              call: sim-management-sms.delete-sms
              with:
                body: rest.body
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: sim-management-sms-mcp
      port: 9090
      transport: http
      description: "MCP adapter for 1NCE SIM Management \u2014 SMS. One tool per consumed operation, routed inline through\
        \ this capability consumes block."
      tools:
        - name: 1nce-get-sms
          description: Get SIM SMS Quota
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: sim-management-sms.get-sms
          with:
            body: tools.body
          outputParameters:
            - type: object
              mapping: $.
        - name: 1nce-get-sms
          description: Get MT/MO-SMS
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: sim-management-sms.get-sms
          with:
            body: tools.body
          outputParameters:
            - type: object
              mapping: $.
        - name: 1nce-create-sms
          description: Create SMS
          hints:
            readOnly: false
            destructive: false
            idempotent: false
          call: sim-management-sms.create-sms
          with:
            body: tools.body
          outputParameters:
            - type: object
              mapping: $.
        - name: 1nce-get-sms
          description: Get SMS Details
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: sim-management-sms.get-sms
          with:
            body: tools.body
          outputParameters:
            - type: object
              mapping: $.
        - name: 1nce-delete-sms
          description: Delete SMS
          hints:
            readOnly: false
            destructive: true
            idempotent: true
          call: sim-management-sms.delete-sms
          with:
            body: tools.body
          outputParameters:
            - type: object
              mapping: $.