Setup
Anthropic tool-use adapter
Scan agents built on Anthropic's tool-use API.
The Anthropic adapter understands Claude's tool-use request and response shapes. Use it for agents built directly on anthropic.messages.create with tool bindings.
shell
❯ talos-scan --target http://localhost:8002/agent --adapter anthropic→ Adapter: anthropic (claude-3.5-sonnet, claude-sonnet-4)→ Discovering tool graph... 4 tools found
Note
The adapter passes tool schemas through unchanged. If your agent modifies schemas at request time (dynamic tool loading), pass --rediscover-per-request.