fetch_url_content
Extract clean text and metadata from web URLs to populate knowledge graphs with structured information for AI agents.
Instructions
Scrape a URL and extract clean text content. Returns the text for the LLM to read, extract entities from, and then call add_knowledge_nodes/relationships. Also returns metadata (title, author, date).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to scrape |