mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #24176] issue: Parameterized URLs auto-submit fires before MCP tool servers are loaded, sending request with no tool_servers #58888
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jimbo-p on GitHub (Apr 27, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24176
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.9.2
Ollama Version (if applicable)
No response
Operating System
Windows 10
Browser (if applicable)
Firefox, Chrome
Confirmation
README.md.Expected Behavior
Send a parameterized URL to a model which has external MCP tools / integrations enabled. Auto-submit is enabled (default) so prompt immediately fires. Agent uses appropriate tools to respond to prompt.
Actual Behavior
Send a parameterized URL to a model which has external MCP tools / integrations enabled. Auto-submit is enabled (default) so prompt immediately fires. **Agent responds say it does not have access to necessary tools to respond. **
Steps to Reproduce
Send a parameterized URL to a model where the q? includes a prompt which needs to use an external tool available in the model. Note, this does not seem to be an issue for built-in tools.
I believe there is some sort of race condition going on where the available tools definitions don't load in time.
Logs & Screenshots
Issue does not manifest as an error in logs.
Additional Information
No response
@alexlach commented on GitHub (May 4, 2026):
Yeah this appears to be a regression from 0.8.X.