The eight tools
Per-binding configuration
One setting: an allowed-tools list. Leave it empty and all eight are enabled; list a subset to expose only those.On MCP gateways
Three of the eight write artifacts into a workspace, and so need a caller the gateway can identify:
Authenticate the caller and all eight appear. Agent and workflow surfaces are
unaffected.
Cost
Metered per request. See noorle.com/pricing.Autonomy
Act tier, every tool. At Supervised it pauses unless auto-approved; at Read-only it is denied.Browser or Computer’s browser?
Reach for Browser when each fetch stands alone — reading an article, capturing a
page, pulling a table. Reach for Computer’s browser when the task needs a
session.
Working with it
- Prefer
markdownovercontentwhen you want the text. It is smaller and the model reads it better. extract_jsonis the right tool when you know the shape you want;scrapewhen you know the selectors.snapshotsaves a round trip when you need both the HTML and the picture.- Some sites block automated rendering. Treat a failure as data, not a bug.
Next
- Web Search — find pages worth fetching
- HTTP Client — when there is an API