Microsoft Azure · Capability

Microsoft Azure ManagedServicesClient — RegistrationAssignments

Microsoft Azure ManagedServicesClient — RegistrationAssignments. 4 operations. Lead operation: Microsoft Azure Get Scope Providers Microsoft Managedservices Registrationassignments. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureRegistrationAssignments

What You Can Do

GET
Microsoftazureregistrationassignmentslist — Microsoft Azure Get Scope Providers Microsoft Managedservices Registrationassignments
/v1/{scope}/providers/microsoft-managedservices/registrationassignments
GET
Microsoftazureregistrationassignmentsget — Microsoft Azure Get Scope Providers Microsoft Managedservices Registrationassignments Registrationassignmentid
/v1/{scope}/providers/microsoft-managedservices/registrationassignments/{registrationassignmentid}
DELETE
Microsoftazureregistrationassignmentsdelete — Microsoft Azure Delete Scope Providers Microsoft Managedservices Registrationassignments Registrationassignmentid
/v1/{scope}/providers/microsoft-managedservices/registrationassignments/{registrationassignmentid}
PUT
Microsoftazureregistrationassignmentscreateorupdate — Microsoft Azure Put Scope Providers Microsoft Managedservices Registrationassignments Registrationassignmentid
/v1/{scope}/providers/microsoft-managedservices/registrationassignments/{registrationassignmentid}

MCP Tools

microsoft-azure-get-scope-providers

Microsoft Azure Get Scope Providers Microsoft Managedservices Registrationassignments

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

Microsoft Azure Get Scope Providers Microsoft Managedservices Registrationassignments Registrationassignmentid

read-only idempotent
microsoft-azure-delete-scope-providers

Microsoft Azure Delete Scope Providers Microsoft Managedservices Registrationassignments Registrationassignmentid

idempotent
microsoft-azure-put-scope-providers

Microsoft Azure Put Scope Providers Microsoft Managedservices Registrationassignments Registrationassignmentid

idempotent

Capability Spec

managedservicesclient-registrationassignments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ManagedServicesClient — RegistrationAssignments
  description: 'Microsoft Azure ManagedServicesClient — RegistrationAssignments. 4 operations. Lead operation: Microsoft Azure
    Get Scope Providers Microsoft Managedservices Registrationassignments. Self-contained Naftiko capability covering one
    Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - RegistrationAssignments
  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: managedservicesclient-registrationassignments
    baseUri: https://management.azure.com
    description: Microsoft Azure ManagedServicesClient — RegistrationAssignments business capability. Self-contained, no shared
      references.
    resources:
    - name: scope-providers-Microsoft.ManagedServices-registrationAssignments
      path: /{scope}/providers/Microsoft.ManagedServices/registrationAssignments
      operations:
      - name: microsoftazureregistrationassignmentslist
        method: GET
        description: Microsoft Azure Get Scope Providers Microsoft Managedservices Registrationassignments
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: scope-providers-Microsoft.ManagedServices-registrationAssignments-registrationAs
      path: /{scope}/providers/Microsoft.ManagedServices/registrationAssignments/{registrationAssignmentId}
      operations:
      - name: microsoftazureregistrationassignmentsget
        method: GET
        description: Microsoft Azure Get Scope Providers Microsoft Managedservices Registrationassignments Registrationassignmentid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureregistrationassignmentsdelete
        method: DELETE
        description: Microsoft Azure Delete Scope Providers Microsoft Managedservices Registrationassignments Registrationassignmentid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureregistrationassignmentscreateorupdate
        method: PUT
        description: Microsoft Azure Put Scope Providers Microsoft Managedservices Registrationassignments Registrationassignmentid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: requestBody
          in: body
          type: string
          description: The parameters required to create new registration assignment.
          required: true
  exposes:
  - type: rest
    namespace: managedservicesclient-registrationassignments-rest
    port: 8080
    description: REST adapter for Microsoft Azure ManagedServicesClient — RegistrationAssignments. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{scope}/providers/microsoft-managedservices/registrationassignments
      name: scope-providers-microsoft-managedservices-registrationassignments
      description: REST surface for scope-providers-Microsoft.ManagedServices-registrationAssignments.
      operations:
      - method: GET
        name: microsoftazureregistrationassignmentslist
        description: Microsoft Azure Get Scope Providers Microsoft Managedservices Registrationassignments
        call: managedservicesclient-registrationassignments.microsoftazureregistrationassignmentslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{scope}/providers/microsoft-managedservices/registrationassignments/{registrationassignmentid}
      name: scope-providers-microsoft-managedservices-registrationassignments-registrationas
      description: REST surface for scope-providers-Microsoft.ManagedServices-registrationAssignments-registrationAs.
      operations:
      - method: GET
        name: microsoftazureregistrationassignmentsget
        description: Microsoft Azure Get Scope Providers Microsoft Managedservices Registrationassignments Registrationassignmentid
        call: managedservicesclient-registrationassignments.microsoftazureregistrationassignmentsget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureregistrationassignmentsdelete
        description: Microsoft Azure Delete Scope Providers Microsoft Managedservices Registrationassignments Registrationassignmentid
        call: managedservicesclient-registrationassignments.microsoftazureregistrationassignmentsdelete
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureregistrationassignmentscreateorupdate
        description: Microsoft Azure Put Scope Providers Microsoft Managedservices Registrationassignments Registrationassignmentid
        call: managedservicesclient-registrationassignments.microsoftazureregistrationassignmentscreateorupdate
        with:
          requestBody: rest.requestBody
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: managedservicesclient-registrationassignments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ManagedServicesClient — RegistrationAssignments. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-scope-providers
      description: Microsoft Azure Get Scope Providers Microsoft Managedservices Registrationassignments
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: managedservicesclient-registrationassignments.microsoftazureregistrationassignmentslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-scope-providers-2
      description: Microsoft Azure Get Scope Providers Microsoft Managedservices Registrationassignments Registrationassignmentid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: managedservicesclient-registrationassignments.microsoftazureregistrationassignmentsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-scope-providers
      description: Microsoft Azure Delete Scope Providers Microsoft Managedservices Registrationassignments Registrationassignmentid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: managedservicesclient-registrationassignments.microsoftazureregistrationassignmentsdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-scope-providers
      description: Microsoft Azure Put Scope Providers Microsoft Managedservices Registrationassignments Registrationassignmentid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: managedservicesclient-registrationassignments.microsoftazureregistrationassignmentscreateorupdate
      with:
        requestBody: tools.requestBody
      outputParameters:
      - type: object
        mapping: $.