naftiko: 1.0.0-alpha2 info: label: Dust MCP API — MCP description: 'Dust MCP API — MCP. 5 operations. Lead operation: Update Heartbeat for a Client-Side MCP Server. Self-contained Naftiko capability covering one Dust business surface.' tags: - Dust - MCP created: '2026-05-24' modified: '2026-05-24' binds: - namespace: env keys: DUST_API_KEY: DUST_API_KEY DUST_WORKSPACE_ID: DUST_WORKSPACE_ID capability: consumes: - type: http namespace: mcp-mcp baseUri: https://dust.tt description: Dust MCP API — MCP business capability. Self-contained, no shared references. resources: - name: api-v1-w-wid-mcp-heartbeat path: /api/v1/w/{wId}/mcp/heartbeat operations: - name: post-api-v1-w-mcp-heartbeat method: POST description: Update Heartbeat for a Client-Side MCP Server outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: api-v1-w-wid-mcp-register path: /api/v1/w/{wId}/mcp/register operations: - name: post-api-v1-w-mcp-register method: POST description: Register a Client-Side MCP Server outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: api-v1-w-wid-mcp-requests path: /api/v1/w/{wId}/mcp/requests operations: - name: get-api-v1-w-mcp-requests method: GET description: Stream MCP Tool Requests for a Workspace outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: [] - name: api-v1-w-wid-mcp-results path: /api/v1/w/{wId}/mcp/results operations: - name: post-api-v1-w-mcp-results method: POST description: Submit MCP Tool Execution Results outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: api-v1-w-wid-spaces-spaceid-mcp-server-views path: /api/v1/w/{wId}/spaces/{spaceId}/mcp_server_views operations: - name: get-api-v1-w-spaces-mcp-server-views method: GET description: List Available MCP Server Views. outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: [] authentication: type: bearer value: '{{env.DUST_API_KEY}}' placement: header exposes: - type: rest namespace: mcp-mcp-rest port: 8080 description: REST adapter for Dust MCP API — MCP. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/v1/w/{wId}/mcp/heartbeat name: api-v1-w-wid-mcp-heartbeat description: REST surface for /api/v1/w/{wId}/mcp/heartbeat. operations: - method: POST name: post-api-v1-w-mcp-heartbeat description: Update Heartbeat for a Client-Side MCP Server call: mcp-mcp.post-api-v1-w-mcp-heartbeat with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/v1/w/{wId}/mcp/register name: api-v1-w-wid-mcp-register description: REST surface for /api/v1/w/{wId}/mcp/register. operations: - method: POST name: post-api-v1-w-mcp-register description: Register a Client-Side MCP Server call: mcp-mcp.post-api-v1-w-mcp-register with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/v1/w/{wId}/mcp/requests name: api-v1-w-wid-mcp-requests description: REST surface for /api/v1/w/{wId}/mcp/requests. operations: - method: GET name: get-api-v1-w-mcp-requests description: Stream MCP Tool Requests for a Workspace call: mcp-mcp.get-api-v1-w-mcp-requests with: {} outputParameters: - type: object mapping: $. - path: /v1/api/v1/w/{wId}/mcp/results name: api-v1-w-wid-mcp-results description: REST surface for /api/v1/w/{wId}/mcp/results. operations: - method: POST name: post-api-v1-w-mcp-results description: Submit MCP Tool Execution Results call: mcp-mcp.post-api-v1-w-mcp-results with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/api/v1/w/{wId}/spaces/{spaceId}/mcp_server_views name: api-v1-w-wid-spaces-spaceid-mcp-server-views description: REST surface for /api/v1/w/{wId}/spaces/{spaceId}/mcp_server_views. operations: - method: GET name: get-api-v1-w-spaces-mcp-server-views description: List Available MCP Server Views. call: mcp-mcp.get-api-v1-w-spaces-mcp-server-views with: {} outputParameters: - type: object mapping: $. - type: mcp namespace: mcp-mcp-mcp port: 9090 transport: http description: MCP adapter for Dust MCP API — MCP. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: dust-post-api-v1-w-mcp-heartbeat description: Update Heartbeat for a Client-Side MCP Server hints: readOnly: false destructive: false idempotent: false call: mcp-mcp.post-api-v1-w-mcp-heartbeat with: body: tools.body outputParameters: - type: object mapping: $. - name: dust-post-api-v1-w-mcp-register description: Register a Client-Side MCP Server hints: readOnly: false destructive: false idempotent: false call: mcp-mcp.post-api-v1-w-mcp-register with: body: tools.body outputParameters: - type: object mapping: $. - name: dust-get-api-v1-w-mcp-requests description: Stream MCP Tool Requests for a Workspace hints: readOnly: true destructive: false idempotent: true call: mcp-mcp.get-api-v1-w-mcp-requests with: {} outputParameters: - type: object mapping: $. - name: dust-post-api-v1-w-mcp-results description: Submit MCP Tool Execution Results hints: readOnly: false destructive: false idempotent: false call: mcp-mcp.post-api-v1-w-mcp-results with: body: tools.body outputParameters: - type: object mapping: $. - name: dust-get-api-v1-w-spaces-mcp-server-views description: List Available MCP Server Views. hints: readOnly: true destructive: false idempotent: true call: mcp-mcp.get-api-v1-w-spaces-mcp-server-views with: {} outputParameters: - type: object mapping: $.