clade-embeddings-search
jeremylongshore/claude-code-plugins-plus-skills
This guide demonstrates how to build advanced AI agents using Anthropic's Tool Use (Function Calling) feature. It allows Claude to dynamically determine when external actions are needed, such as querying databases, calling APIs, or reading files. The pattern involves sending the user query, receiving a `tool_use` request, executing the corresponding function in your code, and submitting the result back to Claude for a final, coherent response. Essential for building multi-step, agentic workflows.