tool-calling
Installation
SKILL.md
Tool Calling
Enable LLMs to call functions and interact with external systems.
When to Use This Skill
Invoke this skill when:
- Adding function calling to agents
- Designing tool schemas
- Integrating external APIs
- Implementing validation and error handling
Parameter Schema
| Parameter | Type | Required | Description | Default |
|---|---|---|---|---|
task |
string | Yes | Tool calling goal | - |
provider |
enum | No | anthropic, openai, langchain |
anthropic |
strict_mode |
bool | No | Enable strict validation | true |