Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 956 Bytes

File metadata and controls

29 lines (23 loc) · 956 Bytes
title VirtualMCPCompositeToolDefinition
description Schema reference for VirtualMCPCompositeToolDefinition, which defines a composite tool workflow for a VirtualMCPServer.
displayed_sidebar toolhiveSidebar
toc_max_heading_level 4

VirtualMCPCompositeToolDefinition defines a reusable composite tool workflow - a sequence of backend tool calls exposed to clients as a single high-level tool. Referenced by a VirtualMCPServer via spec.config.compositeToolRefs.

API: toolhive.stacklok.dev/v1beta1 · Scope: Namespaced · Short names: vmcpctd, compositetool

Example

apiVersion: toolhive.stacklok.dev/v1beta1
kind: VirtualMCPCompositeToolDefinition
metadata:
  name: my-virtualmcpcompositetooldefinition
  namespace: default
spec:
  name: <string>
  steps: []

Schema