Memory, write
Import memory url
Read one public page about this person or product and propose the memory lines in it. The page is fetched by Firecrawl and never stored. Nothing is saved yet. One AI action.
writespends
MCP
Tool nameimport_memory_url
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "import_memory_url",
"arguments": {
"project_id": "<uuid>",
"url": "<string>"
}
}
}Input
project_idrequireduuid
urlrequiredstring
One https link to a public page.
Returns
The proposed lines, the page read, and the proposal_id to save them under. The proposed lines are not saved until save_memory_lines takes them.