Tool Design Skill Create custom tools for domain-specific agents using the @tool decorator. Purpose Design and implement custom tools that give agents specialized capabilities for domain-specific operations. When to Use - Agent needs capabilities beyond default tools - Domain requires specialized operations - Building focused, efficient agents - Creating reusable tool libraries Prerequisites - Understanding of @tool decorator syntax - Knowledge of MCP server creation - Clear definition of tool purpose Design Process Step 1: Define Tool Purpose Answer: - What operation does this tool perform?…