Run any Hermoso tool by name
call_toolRun ANY Hermoso tool by name — including the paid-campaign, analytics and channel-admin tools that are not in this session's starting list — with the same permissions, the same account and the same result as calling it directly. Get the exact name and its args from find_tools first. This is the route on hosts that cannot reload their tool list mid-conversation (claude.ai, ChatGPT): enable_tools switches a group on server-side, but such a host keeps the list it fetched at connect time. Arguments are validated against the tool's own schema and a mistake is answered with the expected parameters, not a silent default. Refused by name, with the way out, when the tool needs a connector this workspace has not made or is withheld by the host's own policy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | the tool's arguments as an object, exactly as its own schema takes them | |
| name | Yes | the tool name exactly as find_tools returned it, e.g. create_meta_lead_form |