naftiko: 1.0.0-alpha2 info: label: Triton Inference Server NVIDIA Triton Inference Server HTTP/REST API — Trace description: 'Triton Inference Server NVIDIA Triton Inference Server HTTP/REST API — Trace. 4 operations. Lead operation: Triton Inference Server Get Model-Specific Trace Settings. Self-contained Naftiko capability covering one Triton business surface.' tags: - Triton - Trace created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: TRITON_API_KEY: TRITON_API_KEY capability: consumes: - type: http namespace: http-rest-trace baseUri: http://localhost:8000 description: Triton Inference Server NVIDIA Triton Inference Server HTTP/REST API — Trace business capability. Self-contained, no shared references. resources: - name: v2-models-model_name-trace-setting path: /v2/models/{model_name}/trace/setting operations: - name: getmodeltracesetting method: GET description: Triton Inference Server Get Model-Specific Trace Settings outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updatemodeltracesetting method: POST description: Triton Inference Server Update Model-Specific Trace Settings outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: v2-trace-setting path: /v2/trace/setting operations: - name: gettracesetting method: GET description: Triton Inference Server Get Trace Settings outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updatetracesetting method: POST description: Triton Inference Server Update Trace Settings 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: http-rest-trace-rest port: 8080 description: REST adapter for Triton Inference Server NVIDIA Triton Inference Server HTTP/REST API — Trace. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/v2/models/{model-name}/trace/setting name: v2-models-model-name-trace-setting description: REST surface for v2-models-model_name-trace-setting. operations: - method: GET name: getmodeltracesetting description: Triton Inference Server Get Model-Specific Trace Settings call: http-rest-trace.getmodeltracesetting outputParameters: - type: object mapping: $. - method: POST name: updatemodeltracesetting description: Triton Inference Server Update Model-Specific Trace Settings call: http-rest-trace.updatemodeltracesetting with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/v2/trace/setting name: v2-trace-setting description: REST surface for v2-trace-setting. operations: - method: GET name: gettracesetting description: Triton Inference Server Get Trace Settings call: http-rest-trace.gettracesetting outputParameters: - type: object mapping: $. - method: POST name: updatetracesetting description: Triton Inference Server Update Trace Settings call: http-rest-trace.updatetracesetting with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: http-rest-trace-mcp port: 9090 transport: http description: MCP adapter for Triton Inference Server NVIDIA Triton Inference Server HTTP/REST API — Trace. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: triton-inference-server-get-model description: Triton Inference Server Get Model-Specific Trace Settings hints: readOnly: true destructive: false idempotent: true call: http-rest-trace.getmodeltracesetting outputParameters: - type: object mapping: $. - name: triton-inference-server-update-model description: Triton Inference Server Update Model-Specific Trace Settings hints: readOnly: false destructive: false idempotent: false call: http-rest-trace.updatemodeltracesetting with: body: tools.body outputParameters: - type: object mapping: $. - name: triton-inference-server-get-trace description: Triton Inference Server Get Trace Settings hints: readOnly: true destructive: false idempotent: true call: http-rest-trace.gettracesetting outputParameters: - type: object mapping: $. - name: triton-inference-server-update-trace description: Triton Inference Server Update Trace Settings hints: readOnly: false destructive: false idempotent: false call: http-rest-trace.updatetracesetting with: body: tools.body outputParameters: - type: object mapping: $.