Microsoft Azure · Capability

Microsoft Azure Marketplace RP Service — UserSolutions

Microsoft Azure Marketplace RP Service — UserSolutions. 4 operations. Lead operation: Microsoft Azure Get Providers Microsoft Marketplace Mysolutions. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureUserSolutions

What You Can Do

GET
Microsoftazureusersolutionslist — Microsoft Azure Get Providers Microsoft Marketplace Mysolutions
/v1/providers/microsoft-marketplace/mysolutions
GET
Microsoftazureusersolutionsget — Microsoft Azure Get Providers Microsoft Marketplace Mysolutions Solutionid
/v1/providers/microsoft-marketplace/mysolutions/{solutionid}
PUT
Microsoftazureusersolutionscreateorupdate — Microsoft Azure Put Providers Microsoft Marketplace Mysolutions Solutionid
/v1/providers/microsoft-marketplace/mysolutions/{solutionid}
DELETE
Microsoftazureusersolutionsdelete — Microsoft Azure Delete Providers Microsoft Marketplace Mysolutions Solutionid
/v1/providers/microsoft-marketplace/mysolutions/{solutionid}

MCP Tools

microsoft-azure-get-providers-microsoft

Microsoft Azure Get Providers Microsoft Marketplace Mysolutions

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

Microsoft Azure Get Providers Microsoft Marketplace Mysolutions Solutionid

read-only idempotent
microsoft-azure-put-providers-microsoft

Microsoft Azure Put Providers Microsoft Marketplace Mysolutions Solutionid

idempotent
microsoft-azure-delete-providers-microsoft

Microsoft Azure Delete Providers Microsoft Marketplace Mysolutions Solutionid

idempotent

Capability Spec

marketplace-rp-service-usersolutions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Marketplace RP Service — UserSolutions
  description: 'Microsoft Azure Marketplace RP Service — UserSolutions. 4 operations. Lead operation: Microsoft Azure Get
    Providers Microsoft Marketplace Mysolutions. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - UserSolutions
  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: marketplace-rp-service-usersolutions
    baseUri: https://management.azure.com
    description: Microsoft Azure Marketplace RP Service — UserSolutions business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.Marketplace-mysolutions
      path: /providers/Microsoft.Marketplace/mysolutions
      operations:
      - name: microsoftazureusersolutionslist
        method: GET
        description: Microsoft Azure Get Providers Microsoft Marketplace Mysolutions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: providers-Microsoft.Marketplace-mysolutions-solutionId
      path: /providers/Microsoft.Marketplace/mysolutions/{solutionId}
      operations:
      - name: microsoftazureusersolutionsget
        method: GET
        description: Microsoft Azure Get Providers Microsoft Marketplace Mysolutions Solutionid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureusersolutionscreateorupdate
        method: PUT
        description: Microsoft Azure Put Providers Microsoft Marketplace Mysolutions Solutionid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: payload
          in: body
          type: string
      - name: microsoftazureusersolutionsdelete
        method: DELETE
        description: Microsoft Azure Delete Providers Microsoft Marketplace Mysolutions Solutionid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: marketplace-rp-service-usersolutions-rest
    port: 8080
    description: REST adapter for Microsoft Azure Marketplace RP Service — UserSolutions. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-marketplace/mysolutions
      name: providers-microsoft-marketplace-mysolutions
      description: REST surface for providers-Microsoft.Marketplace-mysolutions.
      operations:
      - method: GET
        name: microsoftazureusersolutionslist
        description: Microsoft Azure Get Providers Microsoft Marketplace Mysolutions
        call: marketplace-rp-service-usersolutions.microsoftazureusersolutionslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/providers/microsoft-marketplace/mysolutions/{solutionid}
      name: providers-microsoft-marketplace-mysolutions-solutionid
      description: REST surface for providers-Microsoft.Marketplace-mysolutions-solutionId.
      operations:
      - method: GET
        name: microsoftazureusersolutionsget
        description: Microsoft Azure Get Providers Microsoft Marketplace Mysolutions Solutionid
        call: marketplace-rp-service-usersolutions.microsoftazureusersolutionsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureusersolutionscreateorupdate
        description: Microsoft Azure Put Providers Microsoft Marketplace Mysolutions Solutionid
        call: marketplace-rp-service-usersolutions.microsoftazureusersolutionscreateorupdate
        with:
          payload: rest.payload
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureusersolutionsdelete
        description: Microsoft Azure Delete Providers Microsoft Marketplace Mysolutions Solutionid
        call: marketplace-rp-service-usersolutions.microsoftazureusersolutionsdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: marketplace-rp-service-usersolutions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Marketplace RP Service — UserSolutions. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-providers-microsoft
      description: Microsoft Azure Get Providers Microsoft Marketplace Mysolutions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketplace-rp-service-usersolutions.microsoftazureusersolutionslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-providers-microsoft-2
      description: Microsoft Azure Get Providers Microsoft Marketplace Mysolutions Solutionid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: marketplace-rp-service-usersolutions.microsoftazureusersolutionsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-providers-microsoft
      description: Microsoft Azure Put Providers Microsoft Marketplace Mysolutions Solutionid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: marketplace-rp-service-usersolutions.microsoftazureusersolutionscreateorupdate
      with:
        payload: tools.payload
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-providers-microsoft
      description: Microsoft Azure Delete Providers Microsoft Marketplace Mysolutions Solutionid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: marketplace-rp-service-usersolutions.microsoftazureusersolutionsdelete
      outputParameters:
      - type: object
        mapping: $.