Documentation Index
Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
Use this file to discover all available pages before exploring further.
fetch_url_content
Fetch and extract text content from a web URL. Returns clean text from HTML pages. Use this when the user provides a link and wants you to read or use its content.
Parameters
The URL to fetch content from
Whether to extract only main content (removes nav, footer, ads).
Maximum character length to return. Set to 0 for no limit.