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: $.