Microsoft Azure · Capability

Microsoft Azure GraphRbacManagementClient — ServicePrincipal

Microsoft Azure GraphRbacManagementClient — ServicePrincipal. 5 operations. Lead operation: Microsoft Azure Post Tenantid Serviceprincipals. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureServicePrincipal

What You Can Do

POST
Microsoftazureserviceprincipalscreate — Microsoft Azure Post Tenantid Serviceprincipals
/v1/{tenantid}/serviceprincipals
GET
Microsoftazureserviceprincipalslist — Microsoft Azure Get Tenantid Serviceprincipals
/v1/{tenantid}/serviceprincipals
PATCH
Microsoftazureserviceprincipalsupdate — Microsoft Azure Patch Tenantid Serviceprincipals Objectid
/v1/{tenantid}/serviceprincipals/{objectid}
DELETE
Microsoftazureserviceprincipalsdelete — Microsoft Azure Delete Tenantid Serviceprincipals Objectid
/v1/{tenantid}/serviceprincipals/{objectid}
GET
Microsoftazureserviceprincipalsget — Microsoft Azure Get Tenantid Serviceprincipals Objectid
/v1/{tenantid}/serviceprincipals/{objectid}

MCP Tools

microsoft-azure-post-tenantid-serviceprincipals

Microsoft Azure Post Tenantid Serviceprincipals

microsoft-azure-get-tenantid-serviceprincipals

Microsoft Azure Get Tenantid Serviceprincipals

read-only idempotent
microsoft-azure-patch-tenantid-serviceprincipals

Microsoft Azure Patch Tenantid Serviceprincipals Objectid

idempotent
microsoft-azure-delete-tenantid-serviceprincipals

Microsoft Azure Delete Tenantid Serviceprincipals Objectid

idempotent
microsoft-azure-get-tenantid-serviceprincipals-2

Microsoft Azure Get Tenantid Serviceprincipals Objectid

read-only idempotent

Capability Spec

graphrbacmanagementclient-serviceprincipal.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure GraphRbacManagementClient — ServicePrincipal
  description: 'Microsoft Azure GraphRbacManagementClient — ServicePrincipal. 5 operations. Lead operation: Microsoft Azure
    Post Tenantid Serviceprincipals. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ServicePrincipal
  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: graphrbacmanagementclient-serviceprincipal
    baseUri: https://graph.windows.net
    description: Microsoft Azure GraphRbacManagementClient — ServicePrincipal business capability. Self-contained, no shared
      references.
    resources:
    - name: tenantID-servicePrincipals
      path: /{tenantID}/servicePrincipals
      operations:
      - name: microsoftazureserviceprincipalscreate
        method: POST
        description: Microsoft Azure Post Tenantid Serviceprincipals
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: Parameters to create a service principal.
          required: true
      - name: microsoftazureserviceprincipalslist
        method: GET
        description: Microsoft Azure Get Tenantid Serviceprincipals
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $filter
          in: query
          type: string
          description: The filter to apply to the operation.
    - name: tenantID-servicePrincipals-objectId
      path: /{tenantID}/servicePrincipals/{objectId}
      operations:
      - name: microsoftazureserviceprincipalsupdate
        method: PATCH
        description: Microsoft Azure Patch Tenantid Serviceprincipals Objectid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: objectId
          in: path
          type: string
          description: The object ID of the service principal to delete.
          required: true
        - name: parameters
          in: body
          type: string
          description: Parameters to update a service principal.
          required: true
      - name: microsoftazureserviceprincipalsdelete
        method: DELETE
        description: Microsoft Azure Delete Tenantid Serviceprincipals Objectid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: objectId
          in: path
          type: string
          description: The object ID of the service principal to delete.
          required: true
      - name: microsoftazureserviceprincipalsget
        method: GET
        description: Microsoft Azure Get Tenantid Serviceprincipals Objectid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: objectId
          in: path
          type: string
          description: The object ID of the service principal to get.
          required: true
  exposes:
  - type: rest
    namespace: graphrbacmanagementclient-serviceprincipal-rest
    port: 8080
    description: REST adapter for Microsoft Azure GraphRbacManagementClient — ServicePrincipal. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{tenantid}/serviceprincipals
      name: tenantid-serviceprincipals
      description: REST surface for tenantID-servicePrincipals.
      operations:
      - method: POST
        name: microsoftazureserviceprincipalscreate
        description: Microsoft Azure Post Tenantid Serviceprincipals
        call: graphrbacmanagementclient-serviceprincipal.microsoftazureserviceprincipalscreate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureserviceprincipalslist
        description: Microsoft Azure Get Tenantid Serviceprincipals
        call: graphrbacmanagementclient-serviceprincipal.microsoftazureserviceprincipalslist
        with:
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{tenantid}/serviceprincipals/{objectid}
      name: tenantid-serviceprincipals-objectid
      description: REST surface for tenantID-servicePrincipals-objectId.
      operations:
      - method: PATCH
        name: microsoftazureserviceprincipalsupdate
        description: Microsoft Azure Patch Tenantid Serviceprincipals Objectid
        call: graphrbacmanagementclient-serviceprincipal.microsoftazureserviceprincipalsupdate
        with:
          objectId: rest.objectId
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureserviceprincipalsdelete
        description: Microsoft Azure Delete Tenantid Serviceprincipals Objectid
        call: graphrbacmanagementclient-serviceprincipal.microsoftazureserviceprincipalsdelete
        with:
          objectId: rest.objectId
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureserviceprincipalsget
        description: Microsoft Azure Get Tenantid Serviceprincipals Objectid
        call: graphrbacmanagementclient-serviceprincipal.microsoftazureserviceprincipalsget
        with:
          objectId: rest.objectId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: graphrbacmanagementclient-serviceprincipal-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure GraphRbacManagementClient — ServicePrincipal. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-post-tenantid-serviceprincipals
      description: Microsoft Azure Post Tenantid Serviceprincipals
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: graphrbacmanagementclient-serviceprincipal.microsoftazureserviceprincipalscreate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-tenantid-serviceprincipals
      description: Microsoft Azure Get Tenantid Serviceprincipals
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: graphrbacmanagementclient-serviceprincipal.microsoftazureserviceprincipalslist
      with:
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-tenantid-serviceprincipals
      description: Microsoft Azure Patch Tenantid Serviceprincipals Objectid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: graphrbacmanagementclient-serviceprincipal.microsoftazureserviceprincipalsupdate
      with:
        objectId: tools.objectId
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-tenantid-serviceprincipals
      description: Microsoft Azure Delete Tenantid Serviceprincipals Objectid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: graphrbacmanagementclient-serviceprincipal.microsoftazureserviceprincipalsdelete
      with:
        objectId: tools.objectId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-tenantid-serviceprincipals-2
      description: Microsoft Azure Get Tenantid Serviceprincipals Objectid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: graphrbacmanagementclient-serviceprincipal.microsoftazureserviceprincipalsget
      with:
        objectId: tools.objectId
      outputParameters:
      - type: object
        mapping: $.