ListToolsFromToolBoxesResponse
Interface: ListToolsFromToolBoxesResponse
Defined in: common/types/src/codeboltjstypes/libFunctionTypes/mcp.ts:112
MCP (Model Context Protocol) SDK Function Types Types for the cbmcp module functions
Extends
Properties
| Property | Type | Overrides | Inherited from | Defined in |
|---|---|---|---|---|
data? | { tools: { function: { description: string; name: string; parameters: Record<string, unknown>; }; type: "function"; }[]; } | - | - | common/types/src/codeboltjstypes/libFunctionTypes/mcp.ts:113 |
data.tools | { function: { description: string; name: string; parameters: Record<string, unknown>; }; type: "function"; }[] | - | - | common/types/src/codeboltjstypes/libFunctionTypes/mcp.ts:114 |
error? | string | BaseMCPSDKResponse.error | - | common/types/src/codeboltjstypes/libFunctionTypes/mcp.ts:123 |
message? | string | - | BaseMCPSDKResponse.message | common/types/src/codeboltjstypes/libFunctionTypes/mcp.ts:9 |
success? | boolean | - | BaseMCPSDKResponse.success | common/types/src/codeboltjstypes/libFunctionTypes/mcp.ts:8 |