naftiko: 1.0.0-alpha2 info: label: Intralinks API — Permissions description: 'Intralinks API — Permissions. 2 operations. Lead operation: Intralinks List Permissions. Self-contained Naftiko capability covering one Intralinks business surface.' tags: - Intralinks - Permissions created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: INTRALINKS_API_KEY: INTRALINKS_API_KEY capability: consumes: - type: http namespace: intralinks-permissions baseUri: https://api.intralinks.com/v2 description: Intralinks API — Permissions business capability. Self-contained, no shared references. resources: - name: workspaces-workspaceId-permissions path: /workspaces/{workspaceId}/permissions operations: - name: listpermissions method: GET description: Intralinks List Permissions outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createpermission method: POST description: Intralinks Create Permission 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.INTRALINKS_API_KEY}}' exposes: - type: rest namespace: intralinks-permissions-rest port: 8080 description: REST adapter for Intralinks API — Permissions. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/workspaces/{workspaceid}/permissions name: workspaces-workspaceid-permissions description: REST surface for workspaces-workspaceId-permissions. operations: - method: GET name: listpermissions description: Intralinks List Permissions call: intralinks-permissions.listpermissions outputParameters: - type: object mapping: $. - method: POST name: createpermission description: Intralinks Create Permission call: intralinks-permissions.createpermission with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: intralinks-permissions-mcp port: 9090 transport: http description: MCP adapter for Intralinks API — Permissions. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: intralinks-list-permissions description: Intralinks List Permissions hints: readOnly: true destructive: false idempotent: true call: intralinks-permissions.listpermissions outputParameters: - type: object mapping: $. - name: intralinks-create-permission description: Intralinks Create Permission hints: readOnly: false destructive: false idempotent: false call: intralinks-permissions.createpermission with: body: tools.body outputParameters: - type: object mapping: $.