| name | strands-docs |
| description | Fetch and review Strands Agents SDK documentation before writing agent code. Use when implementing agents, tools, model providers, multi-agent graphs, MCP integration, structured output, or any code that imports from strands. |
| user-invocable | true |
| allowed-tools | WebFetch, Read, Grep, Glob |
Strands Agents SDK — Documentation Lookup
Before writing ANY code that uses Strands Agents SDK, you MUST fetch the relevant documentation page and verify the current API (imports, class names, method signatures, parameters).
How to use
- Identify which Strands feature the task requires
- Fetch the matching documentation URL from the table below using
WebFetch
- Read the current API surface — pay attention to imports, class constructors, and method signatures
- Only then write code that matches the actual SDK
Documentation URLs
When to fetch multiple pages
- Building a multi-agent graph → fetch Graph orchestration + Agent class + Model providers
- Adding MCP tools to an agent → fetch MCP tools + Tools overview
- Setting up structured output → fetch Structured output + Agent class
Important
- The live documentation is the source of truth — NOT the code examples in CLAUDE.md
- If the docs show a different API than what CLAUDE.md describes, follow the docs
- After fetching, note any discrepancies so we can update CLAUDE.md