naftiko: 1.0.0-alpha2 info: label: Plaid dashboard user/ — Plaid description: 'Plaid dashboard user/ — Plaid. 2 operations. Lead operation: Plaid Retrieve a dashboard user. Self-contained Naftiko capability covering one Plaid business surface.' tags: - Plaid created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: PLAID_API_KEY: PLAID_API_KEY capability: consumes: - type: http namespace: dashboard-user--plaid baseUri: https://production.plaid.com description: Plaid dashboard user/ — Plaid business capability. Self-contained, no shared references. resources: - name: dashboard_user-get path: /dashboard_user/get operations: - name: dashboarduserget method: POST description: Plaid Retrieve a dashboard user outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: dashboard_user-list path: /dashboard_user/list operations: - name: dashboarduserlist method: POST description: Plaid List dashboard users outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true exposes: - type: rest namespace: dashboard-user--plaid-rest port: 8080 description: REST adapter for Plaid dashboard user/ — Plaid. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/dashboard-user/get name: dashboard-user-get description: REST surface for dashboard_user-get. operations: - method: POST name: dashboarduserget description: Plaid Retrieve a dashboard user call: dashboard-user--plaid.dashboarduserget with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/dashboard-user/list name: dashboard-user-list description: REST surface for dashboard_user-list. operations: - method: POST name: dashboarduserlist description: Plaid List dashboard users call: dashboard-user--plaid.dashboarduserlist with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: dashboard-user--plaid-mcp port: 9090 transport: http description: MCP adapter for Plaid dashboard user/ — Plaid. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: plaid-retrieve-dashboard-user description: Plaid Retrieve a dashboard user hints: readOnly: true destructive: false idempotent: false call: dashboard-user--plaid.dashboarduserget with: body: tools.body outputParameters: - type: object mapping: $. - name: plaid-list-dashboard-users description: Plaid List dashboard users hints: readOnly: true destructive: false idempotent: false call: dashboard-user--plaid.dashboarduserlist with: body: tools.body outputParameters: - type: object mapping: $.