Autodesk · Capability

Autodesk Model Derivative API — Informational

Autodesk Model Derivative API — Informational. 1 operations. Lead operation: Autodesk List Supported Formats. Self-contained Naftiko capability covering one Autodesk business surface.

Run with Naftiko AutodeskInformational

What You Can Do

GET
Getformats — Autodesk List Supported Formats
/v1/modelderivative/v2/designdata/formats

MCP Tools

autodesk-list-supported-formats

Autodesk List Supported Formats

read-only idempotent

Capability Spec

model-derivative-informational.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Autodesk Model Derivative API — Informational
  description: 'Autodesk Model Derivative API — Informational. 1 operations. Lead operation: Autodesk List Supported Formats.
    Self-contained Naftiko capability covering one Autodesk business surface.'
  tags:
  - Autodesk
  - Informational
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AUTODESK_API_KEY: AUTODESK_API_KEY
capability:
  consumes:
  - type: http
    namespace: model-derivative-informational
    baseUri: https://developer.api.autodesk.com
    description: Autodesk Model Derivative API — Informational business capability. Self-contained, no shared references.
    resources:
    - name: modelderivative-v2-designdata-formats
      path: /modelderivative/v2/designdata/formats
      operations:
      - name: getformats
        method: GET
        description: Autodesk List Supported Formats
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.AUTODESK_API_KEY}}'
  exposes:
  - type: rest
    namespace: model-derivative-informational-rest
    port: 8080
    description: REST adapter for Autodesk Model Derivative API — Informational. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/modelderivative/v2/designdata/formats
      name: modelderivative-v2-designdata-formats
      description: REST surface for modelderivative-v2-designdata-formats.
      operations:
      - method: GET
        name: getformats
        description: Autodesk List Supported Formats
        call: model-derivative-informational.getformats
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: model-derivative-informational-mcp
    port: 9090
    transport: http
    description: MCP adapter for Autodesk Model Derivative API — Informational. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: autodesk-list-supported-formats
      description: Autodesk List Supported Formats
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: model-derivative-informational.getformats
      outputParameters:
      - type: object
        mapping: $.