LangSmith · Capability

LangSmith — ttl-settings

LangSmith — ttl-settings. 2 operations. Lead operation: List Ttl Settings. Self-contained Naftiko capability covering one Langsmith business surface.

Run with Naftiko Langsmithttl-settings

What You Can Do

GET
Listttlsettingsapiv1ttlsettingsget — List Ttl Settings
/v1/api/v1/ttl-settings
PUT
Upsertttlsettingsapiv1ttlsettingsput — Upsert Ttl Settings
/v1/api/v1/ttl-settings

MCP Tools

list-ttl-settings

List Ttl Settings

read-only idempotent
upsert-ttl-settings

Upsert Ttl Settings

idempotent

Capability Spec

langsmith-ttl-settings-2.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LangSmith — ttl-settings
  description: 'LangSmith — ttl-settings. 2 operations. Lead operation: List Ttl Settings. Self-contained Naftiko capability
    covering one Langsmith business surface.'
  tags:
  - Langsmith
  - ttl-settings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LANGSMITH_API_KEY: LANGSMITH_API_KEY
capability:
  consumes:
  - type: http
    namespace: langsmith-ttl-settings-2
    baseUri: ''
    description: LangSmith — ttl-settings business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-ttl-settings
      path: /api/v1/ttl-settings
      operations:
      - name: listttlsettingsapiv1ttlsettingsget
        method: GET
        description: List Ttl Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: upsertttlsettingsapiv1ttlsettingsput
        method: PUT
        description: Upsert Ttl Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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-ttl-settings-2-rest
    port: 8080
    description: REST adapter for LangSmith — ttl-settings. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/v1/ttl-settings
      name: api-v1-ttl-settings
      description: REST surface for api-v1-ttl-settings.
      operations:
      - method: GET
        name: listttlsettingsapiv1ttlsettingsget
        description: List Ttl Settings
        call: langsmith-ttl-settings-2.listttlsettingsapiv1ttlsettingsget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: upsertttlsettingsapiv1ttlsettingsput
        description: Upsert Ttl Settings
        call: langsmith-ttl-settings-2.upsertttlsettingsapiv1ttlsettingsput
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: langsmith-ttl-settings-2-mcp
    port: 9090
    transport: http
    description: MCP adapter for LangSmith — ttl-settings. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-ttl-settings
      description: List Ttl Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: langsmith-ttl-settings-2.listttlsettingsapiv1ttlsettingsget
      outputParameters:
      - type: object
        mapping: $.
    - name: upsert-ttl-settings
      description: Upsert Ttl Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: langsmith-ttl-settings-2.upsertttlsettingsapiv1ttlsettingsput
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.