Run a Write Tool
call_write_toolRun a WRITING Opus tool by name (create / update / pause / remove) — the gateway to every write capability that is not in your visible core set. Use search_tools(query) FIRST to get the exact name and its argument schema, then call it here. name = exact tool name; arguments = that tool's parameters as an object. Writes go to the advertising platform APIs the user has connected (Google Ads, Microsoft Advertising, Meta, TikTok, LinkedIn) and to Opus Growth's own hosting/WordPress services. Read-only tools are refused here — use call_tool for those. The tool's own preview-and-confirm gate still applies: tools that change a live account return a PREVIEW with confirm=false and only apply with confirm=true. Credits and access rules behave exactly as calling the tool directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| arguments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||