#Discord bot openly shares tool calls

1 messages · Page 1 of 1 (latest)

native rock
#

I'm running an agent as a helper bot in a large Discord server. Whenever it uses tools (like Message), it posts that tool call in public too, which gets very spammy. Worse yet, in some cases it shows home paths and parameters that I don't want to become public. How can I turn this off

candid jewelBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

gilded socketBOT
#

This is almost certainly verbose / trace / reasoning visibility being enabled for that Discord session.

In the Discord thread/channel where it’s happening, send these as standalone messages:

/verbose off
/trace off
/reasoning off

For a public helper bot, also make sure your bot agent doesn’t default verbose on:

openclaw config set agents.defaults.verboseDefault off

or in openclaw.json: