Agent Node Docs

Visit Webpage Tool Node

Visit a webpage and return its content converted to markdown

Visit Webpage Tool Node

The Visit Webpage Node is responsible for visit a webpage and return its content converted to markdown. This node allows the agent to provide informative data directly sourced from Visit Webpage.

Input Parameters

  • url: The URL of the webpage to visit.

Output

dict: A dictionary containing the markdown content of the webpage.

Visit Webpage Tool Node