Skip to main content
Base Node Node inspector for a Page Fetch Tool node

Parameters

Tool Name
string
default:"page_fetch"
required
Name to register for the generated tool.
Tool Description
string
default:"Fetch a web page and return its content."
required
Description to register for the generated tool.
Allowed URL Patterns
array
default:"[]"
Optional glob patterns that the URL must match. If set, any URL that does not match any of the patterns is blocked. Example: https://*.example.com/*.
Timeout Seconds
float
default:"30.0"
required
Maximum time to wait for the fetch. Use 0 to disable the timeout.

Inputs

This node has no inputs.

Outputs

Output
tool
Tool that accepts a url string and returns the fetched page content.