LangSmith · Capability

LangSmith — info

LangSmith — info. 2 operations. Lead operation: Get Server Info. Self-contained Naftiko capability covering one Langsmith business surface.

Run with Naftiko Langsmithinfo

What You Can Do

GET
Getserverinfoapiv1infoget — Get Server Info
/v1/api/v1/info
GET
Gethealthinfoapiv1infohealthget — Get Health Info
/v1/api/v1/info/health

MCP Tools

get-server-info

Get Server Info

read-only idempotent
get-health-info

Get Health Info

read-only idempotent

Capability Spec

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