fetch_and_save
Retrieve content from any URL, extract it, and store it as a node in your knowledge graph with context for future retrieval.
Instructions
Fetch a URL, extract its content, and save it as a resource in the knowledge graph. The Basin server handles scraping (web pages, YouTube, GitHub, arXiv, PDFs) and automatic ingestion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to fetch and save | |
| node_id | Yes | Target node ID. Use browse_nodes first to find the right location. | |
| why | No | Why this URL is being saved — context for future retrieval |