mirror of
https://github.com/open-webui/docs.git
synced 2026-07-20 07:04:31 -04:00
issue: (Docs) Cannot find in API documentation whether (or not) MCP tools can be enabled in API calls #93
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 @helicalchris on GitHub (Aug 7, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.18
Ollama Version (if applicable)
latest
Operating System
docker on Sonoma
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
I am trying to ascertain whether the API allows the use of web searches and MCP tools in the same way that you can launch queries through API calls. The docs are silent on external connections and for the life of me I can't get Swagger API docs to work on my docker container. I got really excited about Claude giving me an API call that did it but I think it just hallucinated the ability as it doesn't work (but I can fix as I can't find a reference to fix it with). Apologies if issues with docs shouldn't be raised this way, or indeed I just haven't read the right bit)
Actual Behavior
Docs detail or exclude external connections via API. I had expected it to be exposed in the same kind of way that knowledge and files are exposed.
Steps to Reproduce
N/A, docs related issue
Logs & Screenshots
N/A, docs related issue
Additional Information
No response
@helicalchris commented on GitHub (Aug 9, 2025):
Adding to this, I also just discovered the tools and functions area of the openwebui site and that opened my eyes to capability extension. This makes me stand by the fact that openwebui is the best front end to self hosting (or even cloud hosted) by miles, but it's just a pity to then have to replicate this capability in a second platform like N8n for other tools (like plugins into MS Word) that need to use more than just plain query/response, and if you make it in API it kind of defeats the point of openwebui running alongside! A full API access to give parity to the UI would be amazing