Autodesk · Capability

Autodesk Tandem Data API — Groups

Autodesk Tandem Data API — Groups. 2 operations. Lead operation: Autodesk List Groups. Self-contained Naftiko capability covering one Autodesk business surface.

Run with Naftiko AutodeskGroups

What You Can Do

GET
Getgroups — Autodesk List Groups
/v1/tandem/v1/groups
GET
Getgroup — Autodesk Get Group
/v1/tandem/v1/groups/{groupid}

MCP Tools

autodesk-list-groups

Autodesk List Groups

read-only idempotent
autodesk-get-group

Autodesk Get Group

read-only idempotent

Capability Spec

tandem-data-groups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Autodesk Tandem Data API — Groups
  description: 'Autodesk Tandem Data API — Groups. 2 operations. Lead operation: Autodesk List Groups. Self-contained Naftiko
    capability covering one Autodesk business surface.'
  tags:
  - Autodesk
  - Groups
  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-groups
    baseUri: https://developer.api.autodesk.com
    description: Autodesk Tandem Data API — Groups business capability. Self-contained, no shared references.
    resources:
    - name: tandem-v1-groups
      path: /tandem/v1/groups
      operations:
      - name: getgroups
        method: GET
        description: Autodesk List Groups
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: tandem-v1-groups-groupId
      path: /tandem/v1/groups/{groupId}
      operations:
      - name: getgroup
        method: GET
        description: Autodesk Get Group
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: groupId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.AUTODESK_API_KEY}}'
  exposes:
  - type: rest
    namespace: tandem-data-groups-rest
    port: 8080
    description: REST adapter for Autodesk Tandem Data API — Groups. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/tandem/v1/groups
      name: tandem-v1-groups
      description: REST surface for tandem-v1-groups.
      operations:
      - method: GET
        name: getgroups
        description: Autodesk List Groups
        call: tandem-data-groups.getgroups
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/tandem/v1/groups/{groupid}
      name: tandem-v1-groups-groupid
      description: REST surface for tandem-v1-groups-groupId.
      operations:
      - method: GET
        name: getgroup
        description: Autodesk Get Group
        call: tandem-data-groups.getgroup
        with:
          groupId: rest.groupId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tandem-data-groups-mcp
    port: 9090
    transport: http
    description: MCP adapter for Autodesk Tandem Data API — Groups. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: autodesk-list-groups
      description: Autodesk List Groups
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tandem-data-groups.getgroups
      outputParameters:
      - type: object
        mapping: $.
    - name: autodesk-get-group
      description: Autodesk Get Group
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tandem-data-groups.getgroup
      with:
        groupId: tools.groupId
      outputParameters:
      - type: object
        mapping: $.