Fetch reference site
fetch_referenceFetch a public web page and extract structured data: headings, text, tables, images, links, and forms. Use the output to create interactive cards for chat.
Instructions
Fetch a public web page and return structured data: title, description, headings, readable text, tables, images, links, and form specifications. Feed the results into the card tools (tables into create_table_card, numbers into create_chart_card, and so on).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| maxTextChars | No |