Skills & web

gads_fetch_url

Fetch a URL the operator pasted into chat and return its readable text.

Fetch a URL the operator pasted into chat and return its readable text. Use when the operator references a webpage you don't already know. Strips HTML and truncates to ~50KB. Only http/https URLs.

Scope: read token (or higher). Read-only.

Parameters

ParameterTypeRequiredDescription
urlstringYes
projectIdstringNoTarget account (project id). Required with an org-scoped token for account-scoped tools — call gads_list_ad_accounts to enumerate accounts. Omit with a project-scoped token.

On this page