naftiko: 1.0.0-alpha2 info: label: langfuse — DatasetRunItems description: 'langfuse — DatasetRunItems. 2 operations. Lead operation: DatasetRunItems. Self-contained Naftiko capability covering one Langfuse business surface.' tags: - Langfuse - DatasetRunItems created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: LANGFUSE_API_KEY: LANGFUSE_API_KEY capability: consumes: - type: http namespace: langfuse-datasetrunitems baseUri: '' description: langfuse — DatasetRunItems business capability. Self-contained, no shared references. resources: - name: api-public-dataset-run-items path: /api/public/dataset-run-items operations: - name: datasetrunitemscreate method: POST description: Create a dataset run item outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: datasetrunitemslist method: GET description: List dataset run items outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: datasetId in: query type: string required: true - name: runName in: query type: string required: true - name: page in: query type: integer description: page number, starts at 1 - name: limit in: query type: integer description: limit of items per page authentication: type: basic username: '{{env.LANGFUSE_USER}}' password: '{{env.LANGFUSE_PASS}}' exposes: - type: rest namespace: langfuse-datasetrunitems-rest port: 8080 description: REST adapter for langfuse — DatasetRunItems. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/public/dataset-run-items name: api-public-dataset-run-items description: REST surface for api-public-dataset-run-items. operations: - method: POST name: datasetrunitemscreate description: Create a dataset run item call: langfuse-datasetrunitems.datasetrunitemscreate with: body: rest.body outputParameters: - type: object mapping: $. - method: GET name: datasetrunitemslist description: List dataset run items call: langfuse-datasetrunitems.datasetrunitemslist with: datasetId: rest.datasetId runName: rest.runName page: rest.page limit: rest.limit outputParameters: - type: object mapping: $. - type: mcp namespace: langfuse-datasetrunitems-mcp port: 9090 transport: http description: MCP adapter for langfuse — DatasetRunItems. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: create-dataset-run-item description: Create a dataset run item hints: readOnly: false destructive: false idempotent: false call: langfuse-datasetrunitems.datasetrunitemscreate with: body: tools.body outputParameters: - type: object mapping: $. - name: list-dataset-run-items description: List dataset run items hints: readOnly: true destructive: false idempotent: true call: langfuse-datasetrunitems.datasetrunitemslist with: datasetId: tools.datasetId runName: tools.runName page: tools.page limit: tools.limit outputParameters: - type: object mapping: $.