Microsoft Azure · Capability

Microsoft Azure GraphRbacManagementClient — deletedApplications

Microsoft Azure GraphRbacManagementClient — deletedApplications. 2 operations. Lead operation: Microsoft Azure Get Tenantid Deletedapplications. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzuredeletedApplications

What You Can Do

GET
Microsoftazuredeletedapplicationslist — Microsoft Azure Get Tenantid Deletedapplications
/v1/{tenantid}/deletedapplications
POST
Microsoftazuredeletedapplicationsrestore — Microsoft Azure Post Tenantid Deletedapplications Objectid Restore
/v1/{tenantid}/deletedapplications/{objectid}/restore

MCP Tools

microsoft-azure-get-tenantid-deletedapplications

Microsoft Azure Get Tenantid Deletedapplications

read-only idempotent
microsoft-azure-post-tenantid-deletedapplications

Microsoft Azure Post Tenantid Deletedapplications Objectid Restore

Capability Spec

graphrbacmanagementclient-deletedapplications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure GraphRbacManagementClient — deletedApplications
  description: 'Microsoft Azure GraphRbacManagementClient — deletedApplications. 2 operations. Lead operation: Microsoft Azure
    Get Tenantid Deletedapplications. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - deletedApplications
  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-deletedapplications
    baseUri: https://graph.windows.net
    description: Microsoft Azure GraphRbacManagementClient — deletedApplications business capability. Self-contained, no shared
      references.
    resources:
    - name: tenantID-deletedApplications
      path: /{tenantID}/deletedApplications
      operations:
      - name: microsoftazuredeletedapplicationslist
        method: GET
        description: Microsoft Azure Get Tenantid Deletedapplications
        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-deletedApplications-objectId-restore
      path: /{tenantID}/deletedApplications/{objectId}/restore
      operations:
      - name: microsoftazuredeletedapplicationsrestore
        method: POST
        description: Microsoft Azure Post Tenantid Deletedapplications Objectid Restore
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: objectId
          in: path
          type: string
          description: Application object ID.
          required: true
  exposes:
  - type: rest
    namespace: graphrbacmanagementclient-deletedapplications-rest
    port: 8080
    description: REST adapter for Microsoft Azure GraphRbacManagementClient — deletedApplications. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{tenantid}/deletedapplications
      name: tenantid-deletedapplications
      description: REST surface for tenantID-deletedApplications.
      operations:
      - method: GET
        name: microsoftazuredeletedapplicationslist
        description: Microsoft Azure Get Tenantid Deletedapplications
        call: graphrbacmanagementclient-deletedapplications.microsoftazuredeletedapplicationslist
        with:
          $filter: rest.$filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{tenantid}/deletedapplications/{objectid}/restore
      name: tenantid-deletedapplications-objectid-restore
      description: REST surface for tenantID-deletedApplications-objectId-restore.
      operations:
      - method: POST
        name: microsoftazuredeletedapplicationsrestore
        description: Microsoft Azure Post Tenantid Deletedapplications Objectid Restore
        call: graphrbacmanagementclient-deletedapplications.microsoftazuredeletedapplicationsrestore
        with:
          objectId: rest.objectId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: graphrbacmanagementclient-deletedapplications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure GraphRbacManagementClient — deletedApplications. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-tenantid-deletedapplications
      description: Microsoft Azure Get Tenantid Deletedapplications
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: graphrbacmanagementclient-deletedapplications.microsoftazuredeletedapplicationslist
      with:
        $filter: tools.$filter
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-tenantid-deletedapplications
      description: Microsoft Azure Post Tenantid Deletedapplications Objectid Restore
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: graphrbacmanagementclient-deletedapplications.microsoftazuredeletedapplicationsrestore
      with:
        objectId: tools.objectId
      outputParameters:
      - type: object
        mapping: $.