wiki_fetch_url
Fetch a web URL to extract clean article content as markdown, save it, ingest into the knowledge graph, and archive for research.
Instructions
Fetch a URL with defuddle (clean markdown extraction), save to raw/, ingest into the knowledge graph, and archive to Clippings/.
Use this when researching the web — it strips navigation and clutter, leaving only the article content. Much cleaner than raw web_fetch.
Args: url: The URL to fetch and process. ingest: If True (default), immediately ingest into Neo4j after saving. Set False to save to raw/ only for manual review first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| ingest | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |