Microsoft Azure · Capability

Microsoft Azure Azure Communication SMS Service — Sms

Microsoft Azure Azure Communication SMS Service — Sms. 1 operations. Lead operation: Microsoft Azure Sends A Sms Message From A Phone Number That Belongs To The Authenticated Account. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSms

What You Can Do

POST
Microsoftazuresmssend — Microsoft Azure Sends A Sms Message From A Phone Number That Belongs To The Authenticated Account
/v1/sms

MCP Tools

microsoft-azure-sends-sms-message

Microsoft Azure Sends A Sms Message From A Phone Number That Belongs To The Authenticated Account

Capability Spec

azure-communication-sms-service-sms.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Communication SMS Service — Sms
  description: 'Microsoft Azure Azure Communication SMS Service — Sms. 1 operations. Lead operation: Microsoft Azure Sends
    A Sms Message From A Phone Number That Belongs To The Authenticated Account. Self-contained Naftiko capability covering
    one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Sms
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: azure-communication-sms-service-sms
    baseUri: ''
    description: Microsoft Azure Azure Communication SMS Service — Sms business capability. Self-contained, no shared references.
    resources:
    - name: sms
      path: /sms
      operations:
      - name: microsoftazuresmssend
        method: POST
        description: Microsoft Azure Sends A Sms Message From A Phone Number That Belongs To The Authenticated Account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: SendMessageRequest
          in: body
          type: string
          description: Represents the body of the send message request.
          required: true
        - name: api-version
          in: query
          type: string
          description: Version of API to invoke.
          required: true
  exposes:
  - type: rest
    namespace: azure-communication-sms-service-sms-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Communication SMS Service — 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: microsoftazuresmssend
        description: Microsoft Azure Sends A Sms Message From A Phone Number That Belongs To The Authenticated Account
        call: azure-communication-sms-service-sms.microsoftazuresmssend
        with:
          SendMessageRequest: rest.SendMessageRequest
          api-version: rest.api-version
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-communication-sms-service-sms-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Communication SMS Service — Sms. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-sends-sms-message
      description: Microsoft Azure Sends A Sms Message From A Phone Number That Belongs To The Authenticated Account
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-communication-sms-service-sms.microsoftazuresmssend
      with:
        SendMessageRequest: tools.SendMessageRequest
        api-version: tools.api-version
      outputParameters:
      - type: object
        mapping: $.