You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Fetch a URL and return its text content (HTTP/HTTPS only). HTML pages are converted to readable text automatically. For JS-rendered pages, use the browser tool instead.".into(),
parameters: serde_json::json!({
"type": "object",
"properties": {
"url": { "type": "string", "description": "URL to fetch (http/https)" }