Microsoft Azure · Capability

Microsoft Azure Azure Bot Service — Bot

Microsoft Azure Azure Bot Service — Bot. 7 operations. Lead operation: Microsoft Azure Post Providers Microsoft Botservice Checknameavailability. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureBot

What You Can Do

POST
Microsoftazurebotsgetchecknameavailability — Microsoft Azure Post Providers Microsoft Botservice Checknameavailability
/v1/providers/microsoft-botservice/checknameavailability
GET
Microsoftazurebotslist — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Botservice Botservices
/v1/subscriptions/{subscriptionid}/providers/microsoft-botservice/botservices
GET
Microsoftazurebotslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Botservice Botservices
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-botservice/botservices
PUT
Microsoftazurebotscreate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Botservice Botservices Resourcename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-botservice/botservices/{resourcename}
PATCH
Microsoftazurebotsupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Botservice Botservices Resourcename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-botservice/botservices/{resourcename}
DELETE
Microsoftazurebotsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Botservice Botservices Resourcename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-botservice/botservices/{resourcename}
GET
Microsoftazurebotsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Botservice Botservices Resourcename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-botservice/botservices/{resourcename}

MCP Tools

microsoft-azure-post-providers-microsoft

Microsoft Azure Post Providers Microsoft Botservice Checknameavailability

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Botservice Botservices

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Botservice Botservices

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Botservice Botservices Resourcename

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Botservice Botservices Resourcename

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Botservice Botservices Resourcename

idempotent
microsoft-azure-get-subscriptions-subscriptionid-3

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Botservice Botservices Resourcename

read-only idempotent

Capability Spec

azure-bot-service-bot.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure Bot Service — Bot
  description: 'Microsoft Azure Azure Bot Service — Bot. 7 operations. Lead operation: Microsoft Azure Post Providers Microsoft
    Botservice Checknameavailability. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Bot
  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-bot-service-bot
    baseUri: https://management.azure.com
    description: Microsoft Azure Azure Bot Service — Bot business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.BotService-checkNameAvailability
      path: /providers/Microsoft.BotService/checkNameAvailability
      operations:
      - name: microsoftazurebotsgetchecknameavailability
        method: POST
        description: Microsoft Azure Post Providers Microsoft Botservice Checknameavailability
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: The request body parameters to provide for the check name availability request
          required: true
    - name: subscriptions-subscriptionId-providers-Microsoft.BotService-botServices
      path: /subscriptions/{subscriptionId}/providers/Microsoft.BotService/botServices
      operations:
      - name: microsoftazurebotslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Botservice Botservices
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices
      operations:
      - name: microsoftazurebotslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Botservice Botservices
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}
      operations:
      - name: microsoftazurebotscreate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Botservice Botservices Resourcename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: The parameters to provide for the created bot.
          required: true
      - name: microsoftazurebotsupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Botservice Botservices Resourcename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: The parameters to provide for the created bot.
          required: true
      - name: microsoftazurebotsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Botservice Botservices Resourcename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurebotsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Botservice Botservices Resourcename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: azure-bot-service-bot-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure Bot Service — Bot. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-botservice/checknameavailability
      name: providers-microsoft-botservice-checknameavailability
      description: REST surface for providers-Microsoft.BotService-checkNameAvailability.
      operations:
      - method: POST
        name: microsoftazurebotsgetchecknameavailability
        description: Microsoft Azure Post Providers Microsoft Botservice Checknameavailability
        call: azure-bot-service-bot.microsoftazurebotsgetchecknameavailability
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-botservice/botservices
      name: subscriptions-subscriptionid-providers-microsoft-botservice-botservices
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.BotService-botServices.
      operations:
      - method: GET
        name: microsoftazurebotslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Botservice Botservices
        call: azure-bot-service-bot.microsoftazurebotslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-botservice/botservices
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurebotslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Botservice Botservices
        call: azure-bot-service-bot.microsoftazurebotslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-botservice/botservices/{resourcename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazurebotscreate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Botservice Botservices Resourcename
        call: azure-bot-service-bot.microsoftazurebotscreate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurebotsupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Botservice Botservices Resourcename
        call: azure-bot-service-bot.microsoftazurebotsupdate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurebotsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Botservice Botservices Resourcename
        call: azure-bot-service-bot.microsoftazurebotsdelete
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazurebotsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Botservice Botservices Resourcename
        call: azure-bot-service-bot.microsoftazurebotsget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-bot-service-bot-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure Bot Service — Bot. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: microsoft-azure-post-providers-microsoft
      description: Microsoft Azure Post Providers Microsoft Botservice Checknameavailability
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-bot-service-bot.microsoftazurebotsgetchecknameavailability
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Botservice Botservices
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-bot-service-bot.microsoftazurebotslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Botservice
        Botservices
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-bot-service-bot.microsoftazurebotslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Botservice
        Botservices Resourcename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-bot-service-bot.microsoftazurebotscreate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Botservice Botservices Resourcename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-bot-service-bot.microsoftazurebotsupdate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Botservice Botservices Resourcename
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: azure-bot-service-bot.microsoftazurebotsdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Botservice
        Botservices Resourcename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-bot-service-bot.microsoftazurebotsget
      outputParameters:
      - type: object
        mapping: $.