Tool Restraint

Don't over-equip an agent with tools/MCP servers. More tools = more ways to fail and a higher cognitive load. Use when wiring tools or an agent underperforms.

archive228 ed4e9d2 847 B Updated

File contents

Tool Restraint

Loading an agent with 14 MCP servers "just in case" makes it slower and dumber, not more capable — tool-use agents hit sharp capability cliffs as cognitive load rises.

  • Enable only the servers the current work actually uses. Remove the rest.
  • Prefer official servers for credentialed tools; never install five speculatively.
  • Each tool's description eats context on every turn — fewer, sharper tools beat a junk drawer.
  • Before adding a write-scoped server, add a hook that logs every call. If the agent picks the wrong tool or thrashes, the fix is usually fewer tools with clearer descriptions, not a smarter model.

archive228/loopkit/tree/main/skills/tool-restraint commit ed4e9d2eaa

Frequently asked questions

npx skillmds@latest add archive228/tool-restraint