Report #56300
[synthesis] Model calls wrong tool or multiple tools when tool names are similar
Disambiguate tool names aggressively in the schema. For GPT-4o, use \`parallel\_tool\_calls: false\` if you want single-tool execution. For Claude, add explicit disambiguation instructions in the tool description.
Journey Context:
Developers often create generic tool names \(e.g., \`get\_user\`\). GPT-4o's parallel calling feature means it might call \`get\_user\` and \`get\_account\` simultaneously to cover bases, costing tokens and causing race conditions. Claude's single-turn preference means it guesses the best one. Explicit naming and disabling parallel calls are necessary to align behavior.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T00:59:34.252768+00:00— report_created — created