Microsoft Azure · Capability

Microsoft Azure CommunicationMessagesClient — Template

Microsoft Azure CommunicationMessagesClient — Template. 1 operations. Lead operation: Microsoft Azure Get Messages Channels Channelid Templates. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureTemplate

What You Can Do

GET
Microsoftazuretemplateoperationslisttemplates — Microsoft Azure Get Messages Channels Channelid Templates
/v1/messages/channels/{channelid}/templates

MCP Tools

microsoft-azure-get-messages-channels

Microsoft Azure Get Messages Channels Channelid Templates

read-only idempotent

Capability Spec

communicationmessagesclient-template.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure CommunicationMessagesClient — Template
  description: 'Microsoft Azure CommunicationMessagesClient — Template. 1 operations. Lead operation: Microsoft Azure Get
    Messages Channels Channelid Templates. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Template
  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: communicationmessagesclient-template
    baseUri: ''
    description: Microsoft Azure CommunicationMessagesClient — Template business capability. Self-contained, no shared references.
    resources:
    - name: messages-channels-channelId-templates
      path: /messages/channels/{channelId}/templates
      operations:
      - name: microsoftazuretemplateoperationslisttemplates
        method: GET
        description: Microsoft Azure Get Messages Channels Channelid Templates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: channelId
          in: path
          type: string
          description: The registration ID of the channel.
          required: true
        - name: maxpagesize
          in: query
          type: integer
          description: Number of objects to return per page.
  exposes:
  - type: rest
    namespace: communicationmessagesclient-template-rest
    port: 8080
    description: REST adapter for Microsoft Azure CommunicationMessagesClient — Template. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/messages/channels/{channelid}/templates
      name: messages-channels-channelid-templates
      description: REST surface for messages-channels-channelId-templates.
      operations:
      - method: GET
        name: microsoftazuretemplateoperationslisttemplates
        description: Microsoft Azure Get Messages Channels Channelid Templates
        call: communicationmessagesclient-template.microsoftazuretemplateoperationslisttemplates
        with:
          channelId: rest.channelId
          maxpagesize: rest.maxpagesize
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: communicationmessagesclient-template-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure CommunicationMessagesClient — Template. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-messages-channels
      description: Microsoft Azure Get Messages Channels Channelid Templates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: communicationmessagesclient-template.microsoftazuretemplateoperationslisttemplates
      with:
        channelId: tools.channelId
        maxpagesize: tools.maxpagesize
      outputParameters:
      - type: object
        mapping: $.