Microsoft · Capability

Microsoft Azure Communication Services API — SMS

Microsoft Azure Communication Services API — SMS. 1 operations. Lead operation: Microsoft Send an SMS message. Self-contained Naftiko capability covering one Microsoft business surface.

Run with Naftiko MicrosoftSMS

What You Can Do

POST
Sendsms — Microsoft Send an SMS message
/v1/sms

MCP Tools

microsoft-send-sms-message

Microsoft Send an SMS message

Capability Spec

azure-communication-services-sms.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Communication Services API — SMS
  description: 'Microsoft Azure Communication Services API — SMS. 1 operations. Lead operation: Microsoft Send an SMS message.
    Self-contained Naftiko capability covering one Microsoft business surface.'
  tags:
  - Microsoft
  - SMS
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_API_KEY: MICROSOFT_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-communication-services-sms
    baseUri: https://{resource}.communication.azure.com
    description: Microsoft Azure Communication Services API — SMS business capability. Self-contained, no shared references.
    resources:
    - name: sms
      path: /sms
      operations:
      - name: sendsms
        method: POST
        description: Microsoft Send an SMS message
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.MICROSOFT_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: azure-communication-services-sms-rest
    port: 8080
    description: REST adapter for Microsoft Azure Communication Services API — SMS. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/sms
      name: sms
      description: REST surface for sms.
      operations:
      - method: POST
        name: sendsms
        description: Microsoft Send an SMS message
        call: azure-communication-services-sms.sendsms
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-communication-services-sms-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Communication Services API — SMS. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-send-sms-message
      description: Microsoft Send an SMS message
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-communication-services-sms.sendsms
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.