SP
smry Product
/update_library_item
Organize a saved smry library item
Authenticated smry product action. Move, tag, mark read, or update reading progress for an item in the user's library.
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 /update_library_item for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | |
| status | string (inbox | later | archive) | |
| tags | array | |
| mark_read | boolean | |
| read_progress | string |
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":"/update_library_item","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-ai-smry-r-smry-product -e /update_library_item -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-ai-smry-r-smry-product", endpoint: "/update_library_item", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.