agent-tools-patterns
Installation
SKILL.md
Agent Tools Configuration Patterns
Core Principle
tools: []≠toolsomission
| Configuration | Meaning | Use Case |
|---|---|---|
tools field omitted |
Inherit ALL tools (including MCP) | Default, MCP-using agents |
tools: [] (empty array) |
NO tools | Pure reasoning agents only |
tools: ["Read", "Grep"] |
Specific tools only | Minimum privilege |