Microsoft Azure · Capability

Microsoft Azure EmailClient — EmailSend

Microsoft Azure EmailClient — EmailSend. 1 operations. Lead operation: Microsoft Azure Queues An Email Message To Be Sent To One Or More Recipients. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureEmailSend

What You Can Do

POST
Microsoftazureemailsend — Microsoft Azure Queues An Email Message To Be Sent To One Or More Recipients
/v1/emails-send

MCP Tools

microsoft-azure-queues-email-message

Microsoft Azure Queues An Email Message To Be Sent To One Or More Recipients

Capability Spec

emailclient-emailsend.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure EmailClient — EmailSend
  description: 'Microsoft Azure EmailClient — EmailSend. 1 operations. Lead operation: Microsoft Azure Queues An Email Message
    To Be Sent To One Or More Recipients. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - EmailSend
  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: emailclient-emailsend
    baseUri: ''
    description: Microsoft Azure EmailClient — EmailSend business capability. Self-contained, no shared references.
    resources:
    - name: emails:send
      path: /emails:send
      operations:
      - name: microsoftazureemailsend
        method: POST
        description: Microsoft Azure Queues An Email Message To Be Sent To One Or More Recipients
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Operation-Id
          in: header
          type: string
          description: This is the ID provided by the customer to identify the long running operation. If an ID is not provided
            by the customer, the service will generate one.
        - name: x-ms-client-request-id
          in: header
          type: string
          description: Tracking ID sent with the request to help with debugging.
        - name: emailMessage
          in: body
          type: string
          description: Message payload for sending an email
          required: true
  exposes:
  - type: rest
    namespace: emailclient-emailsend-rest
    port: 8080
    description: REST adapter for Microsoft Azure EmailClient — EmailSend. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/emails-send
      name: emails-send
      description: REST surface for emails:send.
      operations:
      - method: POST
        name: microsoftazureemailsend
        description: Microsoft Azure Queues An Email Message To Be Sent To One Or More Recipients
        call: emailclient-emailsend.microsoftazureemailsend
        with:
          Operation-Id: rest.Operation-Id
          x-ms-client-request-id: rest.x-ms-client-request-id
          emailMessage: rest.emailMessage
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: emailclient-emailsend-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure EmailClient — EmailSend. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-azure-queues-email-message
      description: Microsoft Azure Queues An Email Message To Be Sent To One Or More Recipients
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: emailclient-emailsend.microsoftazureemailsend
      with:
        Operation-Id: tools.Operation-Id
        x-ms-client-request-id: tools.x-ms-client-request-id
        emailMessage: tools.emailMessage
      outputParameters:
      - type: object
        mapping: $.