Autodesk · Capability

Autodesk Tandem Data API — Schema

Autodesk Tandem Data API — Schema. 1 operations. Lead operation: Autodesk Get Twin Schema. Self-contained Naftiko capability covering one Autodesk business surface.

Run with Naftiko AutodeskSchema

What You Can Do

GET
Getschema — Autodesk Get Twin Schema
/v1/tandem/v1/twins/{twinid}/schema

MCP Tools

autodesk-get-twin-schema

Autodesk Get Twin Schema

read-only idempotent

Capability Spec

tandem-data-schema.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Autodesk Tandem Data API — Schema
  description: 'Autodesk Tandem Data API — Schema. 1 operations. Lead operation: Autodesk Get Twin Schema. Self-contained
    Naftiko capability covering one Autodesk business surface.'
  tags:
  - Autodesk
  - Schema
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AUTODESK_API_KEY: AUTODESK_API_KEY
capability:
  consumes:
  - type: http
    namespace: tandem-data-schema
    baseUri: https://developer.api.autodesk.com
    description: Autodesk Tandem Data API — Schema business capability. Self-contained, no shared references.
    resources:
    - name: tandem-v1-twins-twinId-schema
      path: /tandem/v1/twins/{twinId}/schema
      operations:
      - name: getschema
        method: GET
        description: Autodesk Get Twin Schema
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: twinId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.AUTODESK_API_KEY}}'
  exposes:
  - type: rest
    namespace: tandem-data-schema-rest
    port: 8080
    description: REST adapter for Autodesk Tandem Data API — Schema. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/tandem/v1/twins/{twinid}/schema
      name: tandem-v1-twins-twinid-schema
      description: REST surface for tandem-v1-twins-twinId-schema.
      operations:
      - method: GET
        name: getschema
        description: Autodesk Get Twin Schema
        call: tandem-data-schema.getschema
        with:
          twinId: rest.twinId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tandem-data-schema-mcp
    port: 9090
    transport: http
    description: MCP adapter for Autodesk Tandem Data API — Schema. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: autodesk-get-twin-schema
      description: Autodesk Get Twin Schema
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tandem-data-schema.getschema
      with:
        twinId: tools.twinId
      outputParameters:
      - type: object
        mapping: $.