Microsoft Azure · Capability

Microsoft Azure Microsoft.Support — SupportTickets

Microsoft Azure Microsoft.Support — SupportTickets. 10 operations. Lead operation: Microsoft Azure Post Providers Microsoft Support Checknameavailability. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSupportTickets

What You Can Do

POST
Microsoftazuresupportticketsnosubscriptionchecknameavailability — Microsoft Azure Post Providers Microsoft Support Checknameavailability
/v1/providers/microsoft-support/checknameavailability
GET
Microsoftazuresupportticketsnosubscriptionlist — Microsoft Azure Get Providers Microsoft Support Supporttickets
/v1/providers/microsoft-support/supporttickets
GET
Microsoftazuresupportticketsnosubscriptionget — Microsoft Azure Get Providers Microsoft Support Supporttickets Supportticketname
/v1/providers/microsoft-support/supporttickets/{supportticketname}
PATCH
Microsoftazuresupportticketsnosubscriptionupdate — Microsoft Azure Patch Providers Microsoft Support Supporttickets Supportticketname
/v1/providers/microsoft-support/supporttickets/{supportticketname}
PUT
Microsoftazuresupportticketsnosubscriptioncreate — Microsoft Azure Put Providers Microsoft Support Supporttickets Supportticketname
/v1/providers/microsoft-support/supporttickets/{supportticketname}
POST
Microsoftazuresupportticketschecknameavailability — Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Support Checknameavailability
/v1/subscriptions/{subscriptionid}/providers/microsoft-support/checknameavailability
GET
Microsoftazuresupportticketslist — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Support Supporttickets
/v1/subscriptions/{subscriptionid}/providers/microsoft-support/supporttickets
GET
Microsoftazuresupportticketsget — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Support Supporttickets Supportticketname
/v1/subscriptions/{subscriptionid}/providers/microsoft-support/supporttickets/{supportticketname}
PATCH
Microsoftazuresupportticketsupdate — Microsoft Azure Patch Subscriptions Subscriptionid Providers Microsoft Support Supporttickets Supportticketname
/v1/subscriptions/{subscriptionid}/providers/microsoft-support/supporttickets/{supportticketname}
PUT
Microsoftazuresupportticketscreate — Microsoft Azure Put Subscriptions Subscriptionid Providers Microsoft Support Supporttickets Supportticketname
/v1/subscriptions/{subscriptionid}/providers/microsoft-support/supporttickets/{supportticketname}

MCP Tools

microsoft-azure-post-providers-microsoft

Microsoft Azure Post Providers Microsoft Support Checknameavailability

microsoft-azure-get-providers-microsoft

Microsoft Azure Get Providers Microsoft Support Supporttickets

read-only idempotent
microsoft-azure-get-providers-microsoft-2

Microsoft Azure Get Providers Microsoft Support Supporttickets Supportticketname

read-only idempotent
microsoft-azure-patch-providers-microsoft

Microsoft Azure Patch Providers Microsoft Support Supporttickets Supportticketname

idempotent
microsoft-azure-put-providers-microsoft

Microsoft Azure Put Providers Microsoft Support Supporttickets Supportticketname

idempotent
microsoft-azure-post-subscriptions-subscriptionid

Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Support Checknameavailability

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Support Supporttickets

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

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Support Supporttickets Supportticketname

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

Microsoft Azure Patch Subscriptions Subscriptionid Providers Microsoft Support Supporttickets Supportticketname

idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Providers Microsoft Support Supporttickets Supportticketname

idempotent

Capability Spec

microsoftsupport-supporttickets.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.Support — SupportTickets
  description: 'Microsoft Azure Microsoft.Support — SupportTickets. 10 operations. Lead operation: Microsoft Azure Post Providers
    Microsoft Support Checknameavailability. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - SupportTickets
  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: microsoftsupport-supporttickets
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.Support — SupportTickets business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.Support-checkNameAvailability
      path: /providers/Microsoft.Support/checkNameAvailability
      operations:
      - name: microsoftazuresupportticketsnosubscriptionchecknameavailability
        method: POST
        description: Microsoft Azure Post Providers Microsoft Support Checknameavailability
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: checkNameAvailabilityInput
          in: body
          type: string
          description: Input to check.
          required: true
    - name: providers-Microsoft.Support-supportTickets
      path: /providers/Microsoft.Support/supportTickets
      operations:
      - name: microsoftazuresupportticketsnosubscriptionlist
        method: GET
        description: Microsoft Azure Get Providers Microsoft Support Supporttickets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $top
          in: query
          type: integer
          description: The number of values to return in the collection. Default is 25 and max is 100.
        - name: $filter
          in: query
          type: string
          description: The filter to apply on the operation. We support 'odata v4.0' filter semantics. <a target='_blank'
            href='https://docs.microsoft.com/odata/concepts/queryoptions-
    - name: providers-Microsoft.Support-supportTickets-supportTicketName
      path: /providers/Microsoft.Support/supportTickets/{supportTicketName}
      operations:
      - name: microsoftazuresupportticketsnosubscriptionget
        method: GET
        description: Microsoft Azure Get Providers Microsoft Support Supporttickets Supportticketname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: supportTicketName
          in: path
          type: string
          description: Support ticket name.
          required: true
      - name: microsoftazuresupportticketsnosubscriptionupdate
        method: PATCH
        description: Microsoft Azure Patch Providers Microsoft Support Supporttickets Supportticketname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: supportTicketName
          in: path
          type: string
          description: Support ticket name.
          required: true
        - name: updateSupportTicket
          in: body
          type: string
          description: UpdateSupportTicket object.
          required: true
      - name: microsoftazuresupportticketsnosubscriptioncreate
        method: PUT
        description: Microsoft Azure Put Providers Microsoft Support Supporttickets Supportticketname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: supportTicketName
          in: path
          type: string
          description: Support ticket name.
          required: true
        - name: createSupportTicketParameters
          in: body
          type: string
          description: Support ticket request payload.
          required: true
    - name: subscriptions-subscriptionId-providers-Microsoft.Support-checkNameAvailability
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Support/checkNameAvailability
      operations:
      - name: microsoftazuresupportticketschecknameavailability
        method: POST
        description: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Support Checknameavailability
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: checkNameAvailabilityInput
          in: body
          type: string
          description: Input to check.
          required: true
    - name: subscriptions-subscriptionId-providers-Microsoft.Support-supportTickets
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets
      operations:
      - name: microsoftazuresupportticketslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Support Supporttickets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $top
          in: query
          type: integer
          description: The number of values to return in the collection. Default is 25 and max is 100.
        - name: $filter
          in: query
          type: string
          description: The filter to apply on the operation. We support 'odata v4.0' filter semantics. [Learn more](https://docs.microsoft.com/odata/concepts/queryoptions-overview).
            _
    - name: subscriptions-subscriptionId-providers-Microsoft.Support-supportTickets-supportT
      path: /subscriptions/{subscriptionId}/providers/Microsoft.Support/supportTickets/{supportTicketName}
      operations:
      - name: microsoftazuresupportticketsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Support Supporttickets Supportticketname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: supportTicketName
          in: path
          type: string
          description: Support ticket name.
          required: true
      - name: microsoftazuresupportticketsupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Providers Microsoft Support Supporttickets Supportticketname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: supportTicketName
          in: path
          type: string
          description: Support ticket name.
          required: true
        - name: updateSupportTicket
          in: body
          type: string
          description: UpdateSupportTicket object.
          required: true
      - name: microsoftazuresupportticketscreate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Providers Microsoft Support Supporttickets Supportticketname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: supportTicketName
          in: path
          type: string
          description: Support ticket name.
          required: true
        - name: createSupportTicketParameters
          in: body
          type: string
          description: Support ticket request payload.
          required: true
  exposes:
  - type: rest
    namespace: microsoftsupport-supporttickets-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.Support — SupportTickets. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-support/checknameavailability
      name: providers-microsoft-support-checknameavailability
      description: REST surface for providers-Microsoft.Support-checkNameAvailability.
      operations:
      - method: POST
        name: microsoftazuresupportticketsnosubscriptionchecknameavailability
        description: Microsoft Azure Post Providers Microsoft Support Checknameavailability
        call: microsoftsupport-supporttickets.microsoftazuresupportticketsnosubscriptionchecknameavailability
        with:
          checkNameAvailabilityInput: rest.checkNameAvailabilityInput
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-support/supporttickets
      name: providers-microsoft-support-supporttickets
      description: REST surface for providers-Microsoft.Support-supportTickets.
      operations:
      - method: GET
        name: microsoftazuresupportticketsnosubscriptionlist
        description: Microsoft Azure Get Providers Microsoft Support Supporttickets
        call: microsoftsupport-supporttickets.microsoftazuresupportticketsnosubscriptionlist
        with:
          $top: rest.$top
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-support/supporttickets/{supportticketname}
      name: providers-microsoft-support-supporttickets-supportticketname
      description: REST surface for providers-Microsoft.Support-supportTickets-supportTicketName.
      operations:
      - method: GET
        name: microsoftazuresupportticketsnosubscriptionget
        description: Microsoft Azure Get Providers Microsoft Support Supporttickets Supportticketname
        call: microsoftsupport-supporttickets.microsoftazuresupportticketsnosubscriptionget
        with:
          supportTicketName: rest.supportTicketName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuresupportticketsnosubscriptionupdate
        description: Microsoft Azure Patch Providers Microsoft Support Supporttickets Supportticketname
        call: microsoftsupport-supporttickets.microsoftazuresupportticketsnosubscriptionupdate
        with:
          supportTicketName: rest.supportTicketName
          updateSupportTicket: rest.updateSupportTicket
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuresupportticketsnosubscriptioncreate
        description: Microsoft Azure Put Providers Microsoft Support Supporttickets Supportticketname
        call: microsoftsupport-supporttickets.microsoftazuresupportticketsnosubscriptioncreate
        with:
          supportTicketName: rest.supportTicketName
          createSupportTicketParameters: rest.createSupportTicketParameters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-support/checknameavailability
      name: subscriptions-subscriptionid-providers-microsoft-support-checknameavailability
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Support-checkNameAvailability.
      operations:
      - method: POST
        name: microsoftazuresupportticketschecknameavailability
        description: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Support Checknameavailability
        call: microsoftsupport-supporttickets.microsoftazuresupportticketschecknameavailability
        with:
          checkNameAvailabilityInput: rest.checkNameAvailabilityInput
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-support/supporttickets
      name: subscriptions-subscriptionid-providers-microsoft-support-supporttickets
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Support-supportTickets.
      operations:
      - method: GET
        name: microsoftazuresupportticketslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Support Supporttickets
        call: microsoftsupport-supporttickets.microsoftazuresupportticketslist
        with:
          $top: rest.$top
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-support/supporttickets/{supportticketname}
      name: subscriptions-subscriptionid-providers-microsoft-support-supporttickets-supportt
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.Support-supportTickets-supportT.
      operations:
      - method: GET
        name: microsoftazuresupportticketsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Support Supporttickets Supportticketname
        call: microsoftsupport-supporttickets.microsoftazuresupportticketsget
        with:
          supportTicketName: rest.supportTicketName
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazuresupportticketsupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Providers Microsoft Support Supporttickets Supportticketname
        call: microsoftsupport-supporttickets.microsoftazuresupportticketsupdate
        with:
          supportTicketName: rest.supportTicketName
          updateSupportTicket: rest.updateSupportTicket
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuresupportticketscreate
        description: Microsoft Azure Put Subscriptions Subscriptionid Providers Microsoft Support Supporttickets Supportticketname
        call: microsoftsupport-supporttickets.microsoftazuresupportticketscreate
        with:
          supportTicketName: rest.supportTicketName
          createSupportTicketParameters: rest.createSupportTicketParameters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftsupport-supporttickets-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.Support — SupportTickets. 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 Support Checknameavailability
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoftsupport-supporttickets.microsoftazuresupportticketsnosubscriptionchecknameavailability
      with:
        checkNameAvailabilityInput: tools.checkNameAvailabilityInput
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-providers-microsoft
      description: Microsoft Azure Get Providers Microsoft Support Supporttickets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftsupport-supporttickets.microsoftazuresupportticketsnosubscriptionlist
      with:
        $top: tools.$top
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-providers-microsoft-2
      description: Microsoft Azure Get Providers Microsoft Support Supporttickets Supportticketname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftsupport-supporttickets.microsoftazuresupportticketsnosubscriptionget
      with:
        supportTicketName: tools.supportTicketName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-providers-microsoft
      description: Microsoft Azure Patch Providers Microsoft Support Supporttickets Supportticketname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftsupport-supporttickets.microsoftazuresupportticketsnosubscriptionupdate
      with:
        supportTicketName: tools.supportTicketName
        updateSupportTicket: tools.updateSupportTicket
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-providers-microsoft
      description: Microsoft Azure Put Providers Microsoft Support Supporttickets Supportticketname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftsupport-supporttickets.microsoftazuresupportticketsnosubscriptioncreate
      with:
        supportTicketName: tools.supportTicketName
        createSupportTicketParameters: tools.createSupportTicketParameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-subscriptions-subscriptionid
      description: Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Support Checknameavailability
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: microsoftsupport-supporttickets.microsoftazuresupportticketschecknameavailability
      with:
        checkNameAvailabilityInput: tools.checkNameAvailabilityInput
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Support Supporttickets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftsupport-supporttickets.microsoftazuresupportticketslist
      with:
        $top: tools.$top
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Support Supporttickets Supportticketname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftsupport-supporttickets.microsoftazuresupportticketsget
      with:
        supportTicketName: tools.supportTicketName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Providers Microsoft Support Supporttickets Supportticketname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftsupport-supporttickets.microsoftazuresupportticketsupdate
      with:
        supportTicketName: tools.supportTicketName
        updateSupportTicket: tools.updateSupportTicket
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Providers Microsoft Support Supporttickets Supportticketname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftsupport-supporttickets.microsoftazuresupportticketscreate
      with:
        supportTicketName: tools.supportTicketName
        createSupportTicketParameters: tools.createSupportTicketParameters
      outputParameters:
      - type: object
        mapping: $.