LangChain · Capability

LangSmith — data_planes

LangSmith — data_planes. 1 operations. Lead operation: List data planes for the current organization. Self-contained Naftiko capability covering one Langchain business surface.

Run with Naftiko Langchaindata_planes

What You Can Do

GET
Get — List data planes for the current organization
/v1/v1/platform/orgs/current/data-planes

MCP Tools

list-data-planes-current-organization

List data planes for the current organization

read-only idempotent

Capability Spec

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