Azure Communication Services REST API — SMS

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

Run with Naftiko Microsoft Azure Communication ServicesSMS

What You Can Do

POST
Sendsms — ACS Send SMS
/v1/sms

MCP Tools

acs-send-sms

ACS Send SMS

Capability Spec

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