Microsoft Dynamics · Capability

Microsoft Dynamics 365 Finance & Operations Data API — Products

Microsoft Dynamics 365 Finance & Operations Data API — Products. 2 operations. Lead operation: Microsoft Dynamics List released products. Self-contained Naftiko capability covering one Microsoft Dynamics business surface.

Run with Naftiko Microsoft DynamicsProducts

What You Can Do

GET
Listreleasedproducts — Microsoft Dynamics List released products
/v1/releasedproducts
POST
Createreleasedproduct — Microsoft Dynamics Create a released product
/v1/releasedproducts

MCP Tools

microsoft-dynamics-list-released-products

Microsoft Dynamics List released products

read-only idempotent
microsoft-dynamics-create-released-product

Microsoft Dynamics Create a released product

Capability Spec

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