LangSmith · Capability

LangSmith — mcp_vendors

LangSmith — mcp_vendors. 9 operations. Lead operation: List MCP vendors. Self-contained Naftiko capability covering one Langsmith business surface.

Run with Naftiko Langsmithmcp_vendors

What You Can Do

GET
Get — List MCP vendors
/v1/v1/platform/mcp-vendors
GET
Get — Get MCP vendor
/v1/v1/platform/mcp-vendors/{vendor-slug}
GET
Get — Get vendor account
/v1/v1/platform/mcp-vendors/{vendor-slug}/account
GET
Get — List MCP servers for a vendor
/v1/v1/platform/mcp-vendors/{vendor-slug}/mcp-servers
GET
Get — Get vendor settings
/v1/v1/platform/mcp-vendors/{vendor-slug}/settings
PUT
Put — Replace vendor settings
/v1/v1/platform/mcp-vendors/{vendor-slug}/settings
POST
Post — Create vendor settings
/v1/v1/platform/mcp-vendors/{vendor-slug}/settings
DELETE
Delete — Delete vendor settings
/v1/v1/platform/mcp-vendors/{vendor-slug}/settings
GET
Get — List tools for a vendor
/v1/v1/platform/mcp-vendors/{vendor-slug}/tools

MCP Tools

list-mcp-vendors

List MCP vendors

read-only idempotent
get-mcp-vendor

Get MCP vendor

read-only idempotent
get-vendor-account

Get vendor account

read-only idempotent
list-mcp-servers-vendor

List MCP servers for a vendor

read-only idempotent
get-vendor-settings

Get vendor settings

read-only idempotent
replace-vendor-settings

Replace vendor settings

idempotent
create-vendor-settings

Create vendor settings

delete-vendor-settings

Delete vendor settings

idempotent
list-tools-vendor

List tools for a vendor

read-only idempotent

Capability Spec

langsmith-mcp-vendors.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LangSmith — mcp_vendors
  description: 'LangSmith — mcp_vendors. 9 operations. Lead operation: List MCP vendors. Self-contained Naftiko capability
    covering one Langsmith business surface.'
  tags:
  - Langsmith
  - mcp_vendors
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LANGSMITH_API_KEY: LANGSMITH_API_KEY
capability:
  consumes:
  - type: http
    namespace: langsmith-mcp-vendors
    baseUri: ''
    description: LangSmith — mcp_vendors business capability. Self-contained, no shared references.
    resources:
    - name: v1-platform-mcp-vendors
      path: /v1/platform/mcp-vendors
      operations:
      - name: get
        method: GET
        description: List MCP vendors
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: v1-platform-mcp-vendors-vendor_slug
      path: /v1/platform/mcp-vendors/{vendor_slug}
      operations:
      - name: get
        method: GET
        description: Get MCP vendor
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vendor_slug
          in: path
          type: string
          description: Vendor slug (e.g. arcade)
          required: true
    - name: v1-platform-mcp-vendors-vendor_slug-account
      path: /v1/platform/mcp-vendors/{vendor_slug}/account
      operations:
      - name: get
        method: GET
        description: Get vendor account
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vendor_slug
          in: path
          type: string
          description: Vendor slug (e.g. arcade)
          required: true
    - name: v1-platform-mcp-vendors-vendor_slug-mcp-servers
      path: /v1/platform/mcp-vendors/{vendor_slug}/mcp-servers
      operations:
      - name: get
        method: GET
        description: List MCP servers for a vendor
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vendor_slug
          in: path
          type: string
          description: Vendor slug (e.g. arcade)
          required: true
        - name: limit
          in: query
          type: integer
          description: Max items to return (default 100)
        - name: offset
          in: query
          type: integer
          description: Number of items to skip (default 0)
    - name: v1-platform-mcp-vendors-vendor_slug-settings
      path: /v1/platform/mcp-vendors/{vendor_slug}/settings
      operations:
      - name: get
        method: GET
        description: Get vendor settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vendor_slug
          in: path
          type: string
          description: Vendor slug (e.g. arcade)
          required: true
      - name: put
        method: PUT
        description: Replace vendor settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vendor_slug
          in: path
          type: string
          description: Vendor slug (e.g. arcade)
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: post
        method: POST
        description: Create vendor settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vendor_slug
          in: path
          type: string
          description: Vendor slug (e.g. arcade)
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: delete
        method: DELETE
        description: Delete vendor settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vendor_slug
          in: path
          type: string
          description: Vendor slug (e.g. arcade)
          required: true
    - name: v1-platform-mcp-vendors-vendor_slug-tools
      path: /v1/platform/mcp-vendors/{vendor_slug}/tools
      operations:
      - name: get
        method: GET
        description: List tools for a vendor
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: vendor_slug
          in: path
          type: string
          description: Vendor slug (e.g. arcade)
          required: true
        - name: limit
          in: query
          type: integer
          description: Max tools to return (default 50)
        - name: offset
          in: query
          type: integer
          description: Number of tools to skip (default 0)
    authentication:
      type: bearer
      token: '{{env.LANGSMITH_API_KEY}}'
  exposes:
  - type: rest
    namespace: langsmith-mcp-vendors-rest
    port: 8080
    description: REST adapter for LangSmith — mcp_vendors. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/platform/mcp-vendors
      name: v1-platform-mcp-vendors
      description: REST surface for v1-platform-mcp-vendors.
      operations:
      - method: GET
        name: get
        description: List MCP vendors
        call: langsmith-mcp-vendors.get
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/platform/mcp-vendors/{vendor-slug}
      name: v1-platform-mcp-vendors-vendor-slug
      description: REST surface for v1-platform-mcp-vendors-vendor_slug.
      operations:
      - method: GET
        name: get
        description: Get MCP vendor
        call: langsmith-mcp-vendors.get
        with:
          vendor_slug: rest.vendor_slug
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/platform/mcp-vendors/{vendor-slug}/account
      name: v1-platform-mcp-vendors-vendor-slug-account
      description: REST surface for v1-platform-mcp-vendors-vendor_slug-account.
      operations:
      - method: GET
        name: get
        description: Get vendor account
        call: langsmith-mcp-vendors.get
        with:
          vendor_slug: rest.vendor_slug
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/platform/mcp-vendors/{vendor-slug}/mcp-servers
      name: v1-platform-mcp-vendors-vendor-slug-mcp-servers
      description: REST surface for v1-platform-mcp-vendors-vendor_slug-mcp-servers.
      operations:
      - method: GET
        name: get
        description: List MCP servers for a vendor
        call: langsmith-mcp-vendors.get
        with:
          vendor_slug: rest.vendor_slug
          limit: rest.limit
          offset: rest.offset
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/platform/mcp-vendors/{vendor-slug}/settings
      name: v1-platform-mcp-vendors-vendor-slug-settings
      description: REST surface for v1-platform-mcp-vendors-vendor_slug-settings.
      operations:
      - method: GET
        name: get
        description: Get vendor settings
        call: langsmith-mcp-vendors.get
        with:
          vendor_slug: rest.vendor_slug
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: put
        description: Replace vendor settings
        call: langsmith-mcp-vendors.put
        with:
          vendor_slug: rest.vendor_slug
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: Create vendor settings
        call: langsmith-mcp-vendors.post
        with:
          vendor_slug: rest.vendor_slug
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: Delete vendor settings
        call: langsmith-mcp-vendors.delete
        with:
          vendor_slug: rest.vendor_slug
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/platform/mcp-vendors/{vendor-slug}/tools
      name: v1-platform-mcp-vendors-vendor-slug-tools
      description: REST surface for v1-platform-mcp-vendors-vendor_slug-tools.
      operations:
      - method: GET
        name: get
        description: List tools for a vendor
        call: langsmith-mcp-vendors.get
        with:
          vendor_slug: rest.vendor_slug
          limit: rest.limit
          offset: rest.offset
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: langsmith-mcp-vendors-mcp
    port: 9090
    transport: http
    description: MCP adapter for LangSmith — mcp_vendors. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-mcp-vendors
      description: List MCP vendors
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: langsmith-mcp-vendors.get
      outputParameters:
      - type: object
        mapping: $.
    - name: get-mcp-vendor
      description: Get MCP vendor
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: langsmith-mcp-vendors.get
      with:
        vendor_slug: tools.vendor_slug
      outputParameters:
      - type: object
        mapping: $.
    - name: get-vendor-account
      description: Get vendor account
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: langsmith-mcp-vendors.get
      with:
        vendor_slug: tools.vendor_slug
      outputParameters:
      - type: object
        mapping: $.
    - name: list-mcp-servers-vendor
      description: List MCP servers for a vendor
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: langsmith-mcp-vendors.get
      with:
        vendor_slug: tools.vendor_slug
        limit: tools.limit
        offset: tools.offset
      outputParameters:
      - type: object
        mapping: $.
    - name: get-vendor-settings
      description: Get vendor settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: langsmith-mcp-vendors.get
      with:
        vendor_slug: tools.vendor_slug
      outputParameters:
      - type: object
        mapping: $.
    - name: replace-vendor-settings
      description: Replace vendor settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: langsmith-mcp-vendors.put
      with:
        vendor_slug: tools.vendor_slug
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: create-vendor-settings
      description: Create vendor settings
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: langsmith-mcp-vendors.post
      with:
        vendor_slug: tools.vendor_slug
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-vendor-settings
      description: Delete vendor settings
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: langsmith-mcp-vendors.delete
      with:
        vendor_slug: tools.vendor_slug
      outputParameters:
      - type: object
        mapping: $.
    - name: list-tools-vendor
      description: List tools for a vendor
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: langsmith-mcp-vendors.get
      with:
        vendor_slug: tools.vendor_slug
        limit: tools.limit
        offset: tools.offset
      outputParameters:
      - type: object
        mapping: $.