@@ -40,33 +40,11 @@ Databases or APIs) managed by Toolbox into your GenAI applications.
40
40
- [ Support] ( #support )
41
41
42
42
<!-- /TOC -->
43
+
43
44
## Overview
44
45
45
46
The Toolbox service provides a centralized way to manage and expose tools for
46
- use by LLMs. <!-- TOC -->
47
-
48
- - [ MCP Toolbox SDKs for Python] ( #mcp-toolbox-sdks-for-python )
49
- - [ Overview] ( #overview )
50
- - [ Available Packages] ( #available-packages )
51
- - [ Quickstart] ( #quickstart )
52
- - [ Core Concepts] ( #core-concepts )
53
- - [ Connecting to Toolbox] ( #connecting-to-toolbox )
54
- - [ Loading Tools] ( #loading-tools )
55
- - [ Invoking Tools] ( #invoking-tools )
56
- - [ Synchronous vs. Asynchronous Usage] ( #synchronous-vs-asynchronous-usage )
57
- - [ Authenticating Tools] ( #authenticating-tools )
58
- - [ When is Authentication Needed?] ( #when-is-authentication-needed )
59
- - [ Supported Authentication Mechanisms] ( #supported-authentication-mechanisms )
60
- - [ SDK Configuration] ( #sdk-configuration )
61
- - [ Binding Parameter Values] ( #binding-parameter-values )
62
- - [ Why Bind Parameters?] ( #why-bind-parameters )
63
- - [ SDK Configuration] ( #sdk-configuration )
64
- - [ Usage Comparison] ( #usage-comparison )
65
- - [ Contributing] ( #contributing )
66
- - [ License] ( #license )
67
- - [ Support] ( #support )
68
-
69
- <!-- /TOC --> These SDKs act as clients for that service, abstracting away the
47
+ use by LLMs. These SDKs act as clients for that service, abstracting away the
70
48
API calls needed to fetch tool definitions and invoke them.
71
49
72
50
## Available Packages
0 commit comments