LangSmith · Capability

LangSmith

LangSmith. 1 operations. Lead operation: Ok. Self-contained Naftiko capability covering one Langsmith business surface.

Run with Naftiko Langsmith

What You Can Do

GET
Okapiv1okget — Ok
/v1/api/v1/ok

MCP Tools

ok

Ok

read-only idempotent

Capability Spec

langsmith-general.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LangSmith
  description: 'LangSmith. 1 operations. Lead operation: Ok. Self-contained Naftiko capability covering one Langsmith business
    surface.'
  tags:
  - Langsmith
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LANGSMITH_API_KEY: LANGSMITH_API_KEY
capability:
  consumes:
  - type: http
    namespace: langsmith-general
    baseUri: ''
    description: LangSmith business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-ok
      path: /api/v1/ok
      operations:
      - name: okapiv1okget
        method: GET
        description: Ok
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.LANGSMITH_API_KEY}}'
  exposes:
  - type: rest
    namespace: langsmith-general-rest
    port: 8080
    description: REST adapter for LangSmith. One Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/api/v1/ok
      name: api-v1-ok
      description: REST surface for api-v1-ok.
      operations:
      - method: GET
        name: okapiv1okget
        description: Ok
        call: langsmith-general.okapiv1okget
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: langsmith-general-mcp
    port: 9090
    transport: http
    description: MCP adapter for LangSmith. One tool per consumed operation, routed inline through this capability's consumes
      block.
    tools:
    - name: ok
      description: Ok
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: langsmith-general.okapiv1okget
      outputParameters:
      - type: object
        mapping: $.