Agent Tool Design

Use when writing or reviewing a tool that an LLM agent will call — a langchain/langgraph @tool, an Anthropic tool definition, an MCP tool — especially one that wraps an external API, returns data a UI will render, or can fail. Also use when a tool "works in tests but the model calls it wrong", "returns too much and blows the context", or "crashes the whole run on a 500".

andreasbloomquist Updated

File contents

andreasbloomquist/agent-skills/tree/main/skills/agent-tool-design commit fe27647158

Frequently asked questions

npx skillmds@latest add andreasbloomquist/agent-tool-design