naftiko: 1.0.0-alpha2 info: label: LangSmith — experiment-view-overrides description: 'LangSmith — experiment-view-overrides. 5 operations. Lead operation: Get experiment view override configurations for a dataset. Self-contained Naftiko capability covering one Langsmith business surface.' tags: - Langsmith - experiment-view-overrides created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: LANGSMITH_API_KEY: LANGSMITH_API_KEY capability: consumes: - type: http namespace: langsmith-experiment-view-overrides baseUri: '' description: LangSmith — experiment-view-overrides business capability. Self-contained, no shared references. resources: - name: datasets-dataset_id-experiment-view-overrides path: /datasets/{dataset_id}/experiment-view-overrides operations: - name: get method: GET description: Get experiment view override configurations for a dataset outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: dataset_id in: path type: string description: Dataset ID required: true - name: post method: POST description: Create new experiment view override configuration for a dataset outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: dataset_id in: path type: string description: Dataset ID required: true - name: body in: body type: object description: Request body (JSON). required: true - name: datasets-dataset_id-experiment-view-overrides-id path: /datasets/{dataset_id}/experiment-view-overrides/{id} operations: - name: get method: GET description: Get experiment view override configuration by specific ID outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: dataset_id in: path type: string description: Dataset ID required: true - name: id in: path type: string description: Experiment view override ID required: true - name: delete method: DELETE description: Delete experiment view override configuration outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: dataset_id in: path type: string description: Dataset ID required: true - name: id in: path type: string description: Experiment view override ID required: true - name: patch method: PATCH description: Update existing experiment view override configuration outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: dataset_id in: path type: string description: Dataset ID required: true - name: id in: path type: string description: Experiment view override ID required: true - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.LANGSMITH_API_KEY}}' exposes: - type: rest namespace: langsmith-experiment-view-overrides-rest port: 8080 description: REST adapter for LangSmith — experiment-view-overrides. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/datasets/{dataset-id}/experiment-view-overrides name: datasets-dataset-id-experiment-view-overrides description: REST surface for datasets-dataset_id-experiment-view-overrides. operations: - method: GET name: get description: Get experiment view override configurations for a dataset call: langsmith-experiment-view-overrides.get with: dataset_id: rest.dataset_id outputParameters: - type: object mapping: $. - method: POST name: post description: Create new experiment view override configuration for a dataset call: langsmith-experiment-view-overrides.post with: dataset_id: rest.dataset_id body: rest.body outputParameters: - type: object mapping: $. - path: /v1/datasets/{dataset-id}/experiment-view-overrides/{id} name: datasets-dataset-id-experiment-view-overrides-id description: REST surface for datasets-dataset_id-experiment-view-overrides-id. operations: - method: GET name: get description: Get experiment view override configuration by specific ID call: langsmith-experiment-view-overrides.get with: dataset_id: rest.dataset_id id: rest.id outputParameters: - type: object mapping: $. - method: DELETE name: delete description: Delete experiment view override configuration call: langsmith-experiment-view-overrides.delete with: dataset_id: rest.dataset_id id: rest.id outputParameters: - type: object mapping: $. - method: PATCH name: patch description: Update existing experiment view override configuration call: langsmith-experiment-view-overrides.patch with: dataset_id: rest.dataset_id id: rest.id body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: langsmith-experiment-view-overrides-mcp port: 9090 transport: http description: MCP adapter for LangSmith — experiment-view-overrides. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: get-experiment-view-override-configurations description: Get experiment view override configurations for a dataset hints: readOnly: true destructive: false idempotent: true call: langsmith-experiment-view-overrides.get with: dataset_id: tools.dataset_id outputParameters: - type: object mapping: $. - name: create-new-experiment-view-override description: Create new experiment view override configuration for a dataset hints: readOnly: false destructive: false idempotent: false call: langsmith-experiment-view-overrides.post with: dataset_id: tools.dataset_id body: tools.body outputParameters: - type: object mapping: $. - name: get-experiment-view-override-configuration description: Get experiment view override configuration by specific ID hints: readOnly: true destructive: false idempotent: true call: langsmith-experiment-view-overrides.get with: dataset_id: tools.dataset_id id: tools.id outputParameters: - type: object mapping: $. - name: delete-experiment-view-override-configuration description: Delete experiment view override configuration hints: readOnly: false destructive: true idempotent: true call: langsmith-experiment-view-overrides.delete with: dataset_id: tools.dataset_id id: tools.id outputParameters: - type: object mapping: $. - name: update-existing-experiment-view-override description: Update existing experiment view override configuration hints: readOnly: false destructive: false idempotent: true call: langsmith-experiment-view-overrides.patch with: dataset_id: tools.dataset_id id: tools.id body: tools.body outputParameters: - type: object mapping: $.