naftiko: 1.0.0-alpha2 info: label: Microsoft Dynamics 365 Finance & Operations Data API — Customers description: 'Microsoft Dynamics 365 Finance & Operations Data API — Customers. 2 operations. Lead operation: Microsoft Dynamics List customers. Self-contained Naftiko capability covering one Microsoft Dynamics business surface.' tags: - Microsoft Dynamics - Customers created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: MICROSOFT_DYNAMICS_API_KEY: MICROSOFT_DYNAMICS_API_KEY capability: consumes: - type: http namespace: finance-operations-customers baseUri: https://{environment}.operations.dynamics.com/data description: Microsoft Dynamics 365 Finance & Operations Data API — Customers business capability. Self-contained, no shared references. resources: - name: Customers path: /Customers operations: - name: listcustomers method: GET description: Microsoft Dynamics List customers outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createcustomer method: POST description: Microsoft Dynamics Create a customer 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_DYNAMICS_API_KEY}}' exposes: - type: rest namespace: finance-operations-customers-rest port: 8080 description: REST adapter for Microsoft Dynamics 365 Finance & Operations Data API — Customers. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/customers name: customers description: REST surface for Customers. operations: - method: GET name: listcustomers description: Microsoft Dynamics List customers call: finance-operations-customers.listcustomers outputParameters: - type: object mapping: $. - method: POST name: createcustomer description: Microsoft Dynamics Create a customer call: finance-operations-customers.createcustomer with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: finance-operations-customers-mcp port: 9090 transport: http description: MCP adapter for Microsoft Dynamics 365 Finance & Operations Data API — Customers. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: microsoft-dynamics-list-customers description: Microsoft Dynamics List customers hints: readOnly: true destructive: false idempotent: true call: finance-operations-customers.listcustomers outputParameters: - type: object mapping: $. - name: microsoft-dynamics-create-customer description: Microsoft Dynamics Create a customer hints: readOnly: false destructive: false idempotent: false call: finance-operations-customers.createcustomer with: body: tools.body outputParameters: - type: object mapping: $.