This repository contains practical examples demonstrating how to use the Universal Tool Calling Protocol (UTCP) in different programming languages and scenarios.
python/
- Examples for Python applicationstypescript/
- Examples for TypeScript/Node.js applications
-
Navigate to any example directory and follow the setup instructions in that example's README.
-
Configure your environment variables (most examples include an
example.env
file as a template).
- Tools: Individual functions or APIs that can be called
- Call Templates: Configuration for how to connect to tool providers
- Manuals: Collections of tools from a single provider
- Client: The main interface for discovering and calling tools
For detailed documentation and API reference, visit: