On April 4th, 2024, Anthropic released official support for tool use through their API. This feature allows developers to define one or more tools that include parameters, descriptions, and schema definitions for Claude to process. In this post, we’ll go over how to leverage these tools using the Python Anthropic SDK. Claude with tools example in Python Firstly, ensure that your Anthropic API key is available as an environment variable in your shell: