Tools
Builtin tool endpoints that clients can execute and feed back into model conversations.
📄️ Execute the generic web-search tool
Run the generic `web_search` tool and return structured search results that clients can feed back into a tool-calling conversation loop.
📄️ Open one URL and inspect its metadata
Fetch one HTTP or HTTPS URL, follow redirects, and return structured metadata that clients can feed back into a tool-calling conversation loop.
📄️ Fetch one URL and extract readable page text
Fetch one HTTP or HTTPS URL and return bounded readable text extracted from the response body for tool-calling conversation loops.