This tool is currently in Alpha and has been released for early access and feedback
It may include incomplete features, limited functionality, or be subject to change. Alpha tools are intended for evaluation and validation purposes only and should only be be used in non-production environments.
Adding the tool to an Agent
|
![]() |
Configuring the tool
Follow these steps to complete the configuration:
- Enter a URL Template
- Enter the full URL of the web page the agent should read.
- You can include dynamic parameters by wrapping them in curly braces (e.g.
{paramater}
) - These parameters will be automatically populated by the agent using user input or other contextual information.
- Enter a Description
- Provide a description of what the web page contains or its purpose.
- This helps the agent determine when to use this tool based on the nature of the user’s question.
- Click Save to finalise the configuration.
- Once configured, the agent will be able to dynamically construct the URL, fetch the web page content, and use that information to inform its response.
Limitations. Some web pages are not designed to be scrapped and others rely of execution of javascript to generate content. In these cases it may be more appropriate to use Call API to get content.