mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-12 16:15:00 -05:00
25 lines
867 B
Markdown
25 lines
867 B
Markdown
---
|
|
title: "Python SDK"
|
|
type: docs
|
|
weight: 7
|
|
description: >
|
|
Python SDKs to connect to the MCP Toolbox server.
|
|
---
|
|
|
|
|
|
## Overview
|
|
|
|
The MCP Toolbox service provides a centralized way to manage and expose tools
|
|
(like API connectors, database query tools, etc.) for use by GenAI applications.
|
|
|
|
These Python SDKs act as clients for that service. They handle the communication needed to:
|
|
|
|
* Fetch tool definitions from your running Toolbox instance.
|
|
* Provide convenient Python objects or functions representing those tools.
|
|
* Invoke the tools (calling the underlying APIs/services configured in Toolbox).
|
|
* Handle authentication and parameter binding as needed.
|
|
|
|
By using these SDKs, you can easily leverage your Toolbox-managed tools directly
|
|
within your Python applications or AI orchestration frameworks.
|
|
|
|
[Github](https://github.com/googleapis/mcp-toolbox-sdk-python) |