SP
smry Product
/save_article
Save an article to the smry library
Authenticated smry product action. Extract a public URL and idempotently save it to the user's reading library for later reading, search, and organization.
liveunknown~5s typical
mcpsmryproduct
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-smry-r-smry-product /save_article for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | The public http or https article or YouTube URL to read. |
| status | string (inbox | later | archive) | |
| tags | array |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-smry-r-smry-product","endpoint":"/save_article","input":{"url":"..."}}'cli
npx cracked-ai run -p mcp-ai-smry-r-smry-product -e /save_article -i '{"url":"..."}'mcp
run_tool({ provider: "mcp-ai-smry-r-smry-product", endpoint: "/save_article", input: {"url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.