naftiko: 1.0.0-alpha2 info: label: Microsoft Entra Microsoft Graph Identity API — Applications description: 'Microsoft Entra Microsoft Graph Identity API — Applications. 7 operations. Lead operation: Microsoft Entra List Applications. Self-contained Naftiko capability covering one Microsoft Entra business surface.' tags: - Microsoft Entra - Applications created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: MICROSOFT_ENTRA_API_KEY: MICROSOFT_ENTRA_API_KEY capability: consumes: - type: http namespace: graph-identity-applications baseUri: https://graph.microsoft.com/v1.0 description: Microsoft Entra Microsoft Graph Identity API — Applications business capability. Self-contained, no shared references. resources: - name: applications path: /applications operations: - name: listapplications method: GET description: Microsoft Entra List Applications outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createapplication method: POST description: Microsoft Entra Create Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: applications-application-id path: /applications/{application-id} operations: - name: getapplication method: GET description: Microsoft Entra Get Application outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updateapplication method: PATCH description: Microsoft Entra Update Application outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: deleteapplication method: DELETE description: Microsoft Entra Delete Application outputRawFormat: json outputParameters: - name: result type: object value: $. - name: applications-application-id-addPassword path: /applications/{application-id}/addPassword operations: - name: addapplicationpassword method: POST description: Microsoft Entra Add Password Credential outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: applications-application-id-removePassword path: /applications/{application-id}/removePassword operations: - name: removeapplicationpassword method: POST description: Microsoft Entra Remove Password Credential outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.MICROSOFT_ENTRA_API_KEY}}' exposes: - type: rest namespace: graph-identity-applications-rest port: 8080 description: REST adapter for Microsoft Entra Microsoft Graph Identity API — Applications. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/applications name: applications description: REST surface for applications. operations: - method: GET name: listapplications description: Microsoft Entra List Applications call: graph-identity-applications.listapplications outputParameters: - type: object mapping: $. - method: POST name: createapplication description: Microsoft Entra Create Application call: graph-identity-applications.createapplication with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/applications/{application-id} name: applications-application-id description: REST surface for applications-application-id. operations: - method: GET name: getapplication description: Microsoft Entra Get Application call: graph-identity-applications.getapplication outputParameters: - type: object mapping: $. - method: PATCH name: updateapplication description: Microsoft Entra Update Application call: graph-identity-applications.updateapplication with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteapplication description: Microsoft Entra Delete Application call: graph-identity-applications.deleteapplication outputParameters: - type: object mapping: $. - path: /v1/applications/{application-id}/addpassword name: applications-application-id-addpassword description: REST surface for applications-application-id-addPassword. operations: - method: POST name: addapplicationpassword description: Microsoft Entra Add Password Credential call: graph-identity-applications.addapplicationpassword with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/applications/{application-id}/removepassword name: applications-application-id-removepassword description: REST surface for applications-application-id-removePassword. operations: - method: POST name: removeapplicationpassword description: Microsoft Entra Remove Password Credential call: graph-identity-applications.removeapplicationpassword with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: graph-identity-applications-mcp port: 9090 transport: http description: MCP adapter for Microsoft Entra Microsoft Graph Identity API — Applications. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: microsoft-entra-list-applications description: Microsoft Entra List Applications hints: readOnly: true destructive: false idempotent: true call: graph-identity-applications.listapplications outputParameters: - type: object mapping: $. - name: microsoft-entra-create-application description: Microsoft Entra Create Application hints: readOnly: false destructive: false idempotent: false call: graph-identity-applications.createapplication with: body: tools.body outputParameters: - type: object mapping: $. - name: microsoft-entra-get-application description: Microsoft Entra Get Application hints: readOnly: true destructive: false idempotent: true call: graph-identity-applications.getapplication outputParameters: - type: object mapping: $. - name: microsoft-entra-update-application description: Microsoft Entra Update Application hints: readOnly: false destructive: false idempotent: true call: graph-identity-applications.updateapplication with: body: tools.body outputParameters: - type: object mapping: $. - name: microsoft-entra-delete-application description: Microsoft Entra Delete Application hints: readOnly: false destructive: true idempotent: true call: graph-identity-applications.deleteapplication outputParameters: - type: object mapping: $. - name: microsoft-entra-add-password-credential description: Microsoft Entra Add Password Credential hints: readOnly: false destructive: false idempotent: false call: graph-identity-applications.addapplicationpassword with: body: tools.body outputParameters: - type: object mapping: $. - name: microsoft-entra-remove-password-credential description: Microsoft Entra Remove Password Credential hints: readOnly: false destructive: false idempotent: false call: graph-identity-applications.removeapplicationpassword with: body: tools.body outputParameters: - type: object mapping: $.