Microsoft Azure · Capability

Microsoft Azure GraphRbacManagementClient — Application

Microsoft Azure GraphRbacManagementClient — Application. 6 operations. Lead operation: Microsoft Azure Post Tenantid Applications. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureApplication

What You Can Do

POST
Microsoftazureapplicationscreate — Microsoft Azure Post Tenantid Applications
/v1/{tenantid}/applications
GET
Microsoftazureapplicationslist — Microsoft Azure Get Tenantid Applications
/v1/{tenantid}/applications
DELETE
Microsoftazureapplicationsdelete — Microsoft Azure Delete Tenantid Applications Applicationobjectid
/v1/{tenantid}/applications/{applicationobjectid}
GET
Microsoftazureapplicationsget — Microsoft Azure Get Tenantid Applications Applicationobjectid
/v1/{tenantid}/applications/{applicationobjectid}
PATCH
Microsoftazureapplicationspatch — Microsoft Azure Patch Tenantid Applications Applicationobjectid
/v1/{tenantid}/applications/{applicationobjectid}
DELETE
Microsoftazuredeletedapplicationsharddelete — Microsoft Azure Delete Tenantid Deletedapplications Applicationobjectid
/v1/{tenantid}/deletedapplications/{applicationobjectid}

MCP Tools

microsoft-azure-post-tenantid-applications

Microsoft Azure Post Tenantid Applications

microsoft-azure-get-tenantid-applications

Microsoft Azure Get Tenantid Applications

read-only idempotent
microsoft-azure-delete-tenantid-applications

Microsoft Azure Delete Tenantid Applications Applicationobjectid

idempotent
microsoft-azure-get-tenantid-applications-2

Microsoft Azure Get Tenantid Applications Applicationobjectid

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

Microsoft Azure Patch Tenantid Applications Applicationobjectid

idempotent
microsoft-azure-delete-tenantid-deletedapplications

Microsoft Azure Delete Tenantid Deletedapplications Applicationobjectid

idempotent

Capability Spec

graphrbacmanagementclient-application.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure GraphRbacManagementClient — Application
  description: 'Microsoft Azure GraphRbacManagementClient — Application. 6 operations. Lead operation: Microsoft Azure Post
    Tenantid Applications. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Application
  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-application
    baseUri: https://graph.windows.net
    description: Microsoft Azure GraphRbacManagementClient — Application business capability. Self-contained, no shared references.
    resources:
    - name: tenantID-applications
      path: /{tenantID}/applications
      operations:
      - name: microsoftazureapplicationscreate
        method: POST
        description: Microsoft Azure Post Tenantid Applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: The parameters for creating an application.
          required: true
      - name: microsoftazureapplicationslist
        method: GET
        description: Microsoft Azure Get Tenantid Applications
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: $filter
          in: query
          type: string
          description: The filters to apply to the operation.
    - name: tenantID-applications-applicationObjectId
      path: /{tenantID}/applications/{applicationObjectId}
      operations:
      - name: microsoftazureapplicationsdelete
        method: DELETE
        description: Microsoft Azure Delete Tenantid Applications Applicationobjectid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applicationObjectId
          in: path
          type: string
          description: Application object ID.
          required: true
      - name: microsoftazureapplicationsget
        method: GET
        description: Microsoft Azure Get Tenantid Applications Applicationobjectid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applicationObjectId
          in: path
          type: string
          description: Application object ID.
          required: true
      - name: microsoftazureapplicationspatch
        method: PATCH
        description: Microsoft Azure Patch Tenantid Applications Applicationobjectid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applicationObjectId
          in: path
          type: string
          description: Application object ID.
          required: true
        - name: parameters
          in: body
          type: string
          description: Parameters to update an existing application.
          required: true
    - name: tenantID-deletedApplications-applicationObjectId
      path: /{tenantID}/deletedApplications/{applicationObjectId}
      operations:
      - name: microsoftazuredeletedapplicationsharddelete
        method: DELETE
        description: Microsoft Azure Delete Tenantid Deletedapplications Applicationobjectid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: applicationObjectId
          in: path
          type: string
          description: Application object ID.
          required: true
  exposes:
  - type: rest
    namespace: graphrbacmanagementclient-application-rest
    port: 8080
    description: REST adapter for Microsoft Azure GraphRbacManagementClient — Application. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{tenantid}/applications
      name: tenantid-applications
      description: REST surface for tenantID-applications.
      operations:
      - method: POST
        name: microsoftazureapplicationscreate
        description: Microsoft Azure Post Tenantid Applications
        call: graphrbacmanagementclient-application.microsoftazureapplicationscreate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureapplicationslist
        description: Microsoft Azure Get Tenantid Applications
        call: graphrbacmanagementclient-application.microsoftazureapplicationslist
        with:
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{tenantid}/applications/{applicationobjectid}
      name: tenantid-applications-applicationobjectid
      description: REST surface for tenantID-applications-applicationObjectId.
      operations:
      - method: DELETE
        name: microsoftazureapplicationsdelete
        description: Microsoft Azure Delete Tenantid Applications Applicationobjectid
        call: graphrbacmanagementclient-application.microsoftazureapplicationsdelete
        with:
          applicationObjectId: rest.applicationObjectId
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureapplicationsget
        description: Microsoft Azure Get Tenantid Applications Applicationobjectid
        call: graphrbacmanagementclient-application.microsoftazureapplicationsget
        with:
          applicationObjectId: rest.applicationObjectId
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureapplicationspatch
        description: Microsoft Azure Patch Tenantid Applications Applicationobjectid
        call: graphrbacmanagementclient-application.microsoftazureapplicationspatch
        with:
          applicationObjectId: rest.applicationObjectId
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{tenantid}/deletedapplications/{applicationobjectid}
      name: tenantid-deletedapplications-applicationobjectid
      description: REST surface for tenantID-deletedApplications-applicationObjectId.
      operations:
      - method: DELETE
        name: microsoftazuredeletedapplicationsharddelete
        description: Microsoft Azure Delete Tenantid Deletedapplications Applicationobjectid
        call: graphrbacmanagementclient-application.microsoftazuredeletedapplicationsharddelete
        with:
          applicationObjectId: rest.applicationObjectId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: graphrbacmanagementclient-application-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure GraphRbacManagementClient — Application. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-post-tenantid-applications
      description: Microsoft Azure Post Tenantid Applications
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: graphrbacmanagementclient-application.microsoftazureapplicationscreate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-tenantid-applications
      description: Microsoft Azure Get Tenantid Applications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: graphrbacmanagementclient-application.microsoftazureapplicationslist
      with:
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-tenantid-applications
      description: Microsoft Azure Delete Tenantid Applications Applicationobjectid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: graphrbacmanagementclient-application.microsoftazureapplicationsdelete
      with:
        applicationObjectId: tools.applicationObjectId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-tenantid-applications-2
      description: Microsoft Azure Get Tenantid Applications Applicationobjectid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: graphrbacmanagementclient-application.microsoftazureapplicationsget
      with:
        applicationObjectId: tools.applicationObjectId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-tenantid-applications
      description: Microsoft Azure Patch Tenantid Applications Applicationobjectid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: graphrbacmanagementclient-application.microsoftazureapplicationspatch
      with:
        applicationObjectId: tools.applicationObjectId
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-tenantid-deletedapplications
      description: Microsoft Azure Delete Tenantid Deletedapplications Applicationobjectid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: graphrbacmanagementclient-application.microsoftazuredeletedapplicationsharddelete
      with:
        applicationObjectId: tools.applicationObjectId
      outputParameters:
      - type: object
        mapping: $.