Intralinks · Capability

Intralinks API — Custom Fields

Intralinks API — Custom Fields. 1 operations. Lead operation: Intralinks List Custom Fields. Self-contained Naftiko capability covering one Intralinks business surface.

Run with Naftiko IntralinksCustom Fields

What You Can Do

GET
Listcustomfields — Intralinks List Custom Fields
/v1/workspaces/{workspaceid}/customfields

MCP Tools

intralinks-list-custom-fields

Intralinks List Custom Fields

read-only idempotent

Capability Spec

intralinks-custom-fields.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Intralinks API — Custom Fields
  description: 'Intralinks API — Custom Fields. 1 operations. Lead operation: Intralinks List Custom Fields. Self-contained
    Naftiko capability covering one Intralinks business surface.'
  tags:
  - Intralinks
  - Custom Fields
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    INTRALINKS_API_KEY: INTRALINKS_API_KEY
capability:
  consumes:
  - type: http
    namespace: intralinks-custom-fields
    baseUri: https://api.intralinks.com/v2
    description: Intralinks API — Custom Fields business capability. Self-contained, no shared references.
    resources:
    - name: workspaces-workspaceId-customfields
      path: /workspaces/{workspaceId}/customfields
      operations:
      - name: listcustomfields
        method: GET
        description: Intralinks List Custom Fields
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.INTRALINKS_API_KEY}}'
  exposes:
  - type: rest
    namespace: intralinks-custom-fields-rest
    port: 8080
    description: REST adapter for Intralinks API — Custom Fields. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/workspaces/{workspaceid}/customfields
      name: workspaces-workspaceid-customfields
      description: REST surface for workspaces-workspaceId-customfields.
      operations:
      - method: GET
        name: listcustomfields
        description: Intralinks List Custom Fields
        call: intralinks-custom-fields.listcustomfields
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: intralinks-custom-fields-mcp
    port: 9090
    transport: http
    description: MCP adapter for Intralinks API — Custom Fields. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: intralinks-list-custom-fields
      description: Intralinks List Custom Fields
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: intralinks-custom-fields.listcustomfields
      outputParameters:
      - type: object
        mapping: $.