mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[GH-ISSUE #18074] issue: Global tools are not appearing in the "+" menu for the user chat #18482
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 @avnerbarr on GitHub (Oct 6, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18074
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.32
Ollama Version (if applicable)
0.12.2
Operating System
MacOS 15.7
Browser (if applicable)
Chrome
Confirmation
README.md.Expected Behavior
I am following the instructions and added global tools.
Documentation states:
All tools in the global section are configured "Public" Accessible to all users
Actual Behavior
In reality I don't see tools in the chat UNLESS, I've added them specifically under the "User tools"
Here is an example of this:
Added a single tool (it also appears in the global section with other tools)
None of these others (From global section) are showing (All configured as public):
Steps to Reproduce
Logs & Screenshots
Attached above
Additional Information
I am following the documentation best to my understanding. I hope I haven't misunderstood something. If so, it would seem to be not intuitive.
Thanks All!
@rgaricano commented on GitHub (Oct 6, 2025):
Check permissions.
Info:
Flow Diagrams
Workspace Tools (Native Python Tools) Flow
External Tool Servers Flow
Visibility Conditions Table
Tool Integration Menu Visibility Conditions
tool_idworkspace.tools= trueaccess_control = None(Public)tool_idworkspace.tools= trueaccess_control = {}(Private)tool_idworkspace.tools= truetool_idworkspace.tools= falseserver:{server_id}access_controlallows user's groupsserver:{server_id}access_controldenies userserver:mcp:{server_id}access_controlallows user's groupsserver:mcp:{server_id}access_controldenies userdirect_server:{serverIdx}features.direct_tool_servers= truedirect_server:{serverIdx}features.direct_tool_servers= falseKey Permission Environment Variables
USER_PERMISSIONS_WORKSPACE_TOOLS_ACCESSfalseUSER_PERMISSIONS_FEATURES_DIRECT_TOOL_SERVERSfalseBYPASS_ADMIN_ACCESS_CONTROLtrue