Expand description
Web tools: search, fetch, and document reading.
Lightweight web access tools that work without browser automation.
web_search: Search the web using DuckDuckGo instant answers (privacy-first).web_fetch: Fetch a URL and extract readable text content.document_read: Read PDF and text documents from the local filesystem.
Structsยง
- Document
Read Tool - Read documents from the local filesystem (plain text and common formats).
- WebFetch
Tool - Fetch a URL and extract readable text content.
- WebSearch
Tool - Search the web using DuckDuckGo instant answers API.