Skip to main content

SearchAvailableToolBoxesResponse

@codebolt/types


Interface: SearchAvailableToolBoxesResponse

Defined in: common/types/src/codeboltjstypes/libFunctionTypes/mcp.ts:100

MCP (Model Context Protocol) SDK Function Types Types for the cbmcp module functions

Extends

Properties

PropertyTypeInherited fromDefined in
data?Record<string, { description?: string; name: string; tools?: { description?: string; name: string; parameters?: Record<string, unknown>; }[]; }>-common/types/src/codeboltjstypes/libFunctionTypes/mcp.ts:101
error?stringBaseMCPSDKResponse.errorcommon/types/src/codeboltjstypes/libFunctionTypes/mcp.ts:10
message?stringBaseMCPSDKResponse.messagecommon/types/src/codeboltjstypes/libFunctionTypes/mcp.ts:9
success?booleanBaseMCPSDKResponse.successcommon/types/src/codeboltjstypes/libFunctionTypes/mcp.ts:8