Short answer: You can message with web search in Anthropic by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Anthropic Message with Web Search action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Model model | options | Required | Model. Options: Claude Opus 4.7, Claude Sonnet 4.6, Claude Haiku 4.5 |
Question message | string | Required | What are the latest developments in quantum computing this week? |
Max Web Searches max_uses | string | Optional | Maximum number of web_search calls Claude can make |
Max Tokens max_tokens | string | Optional | Max Tokens |
{"model": "{{trigger.model}}","message": "What are the latest developments in quantum computing this week?","max_uses": "{{trigger.max_uses}}","max_tokens": "{{trigger.max_tokens}}"}
{"id": "msg_abc","role": "assistant","content": [{"text": "Based on recent reports...","type": "text"},{"type": "web_search_tool_result","citations": []}]}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.