memvid_api_fetch
Fetch content from URLs and store it in memory files for AI agents to access and reference during interactions.
Instructions
Fetch content from a URL and add to memory
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the .mv2 memory file | |
| url | Yes | URL to fetch content from | |
| title | No | Custom title for the fetched content |