mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
issue: Tools info not shown in UI #5492
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 @m-ibm on GitHub (Jun 10, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.13
Ollama Version (if applicable)
v0.6.6
Operating System
RedHat, Windows 11, Ubuntu 20.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When adding a (MCP) tool server through the user settings the UI shows:
2.1 The name of the tools is displayed
2.2 Clicking a tool user can see parameters (latest version) and tool response
2.3 The tools are properly quoted in the response
Actual Behavior
None of these is available through the admin-added tool server.
This means that I have to provide instructions to the users on how to each add the tools server if they want to get a proper experience.
I debated whether this is a feature request or a bug report, however, since all these are available for user-added tool servers I see this as a bug.
Steps to Reproduce
Just add a tools server via user settings then try the same via admin settings and see the huge difference in behavior.
Logs & Screenshots
N/A
Additional Information
No response
@tjbck commented on GitHub (Jun 10, 2025):
Intended behaviour, information is not being displayed on purpose. However, we'd be open to PRs optionally addressing this feature request.
@jasonpnnl commented on GitHub (Jun 20, 2025):
@tjbck Could you explain the thought behind this behavior and why admin added tool calls would not cite the tool call as part of the response?