Read web page
read_web_pageRead a web page and return its content as clean markdown. Use when the user asks to read, analyze, summarize, or extract information from a specific URL. Also useful for competitor research, checking a website, or reading an article.
Routing: Best for articles, landing pages, blog posts, documentation, pricing pages; NOT for pages requiring login or dynamic SPAs with no server-rendered content — those may return incomplete content.
[sensitive-tier — first use may require a manager's approval; a from-now-on approval makes future calls seamless, a just-once approval re-asks next time. Call it on the first clear ask; the card is the yes — do not re-ask in chat.]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The full URL to read (must include https:// or http://) — must be a URL the user provided; never guess one. | |
| companyId | No | FreedomOS company id to act within (you must be a member). Required for company-scoped tools. |