SP
smry Product
/get_article
Read an article with smry
Fetch clean, source-grounded text for a public article or YouTube URL, budgeted to a token limit and addressable by paragraph anchor. Returns an outline, the re
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 /get_article for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | The public http or https article or YouTube URL to read. |
| max_tokens | integer | Approximate token budget for the returned text. Defaults to 4000, which covers a typical a |
| cursor | integer | Paragraph anchor to resume from. Pass the next_cursor of a previous call to continue readi |
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":"/get_article","input":{"url":"..."}}'cli
npx cracked-ai run -p mcp-ai-smry-r-smry-product -e /get_article -i '{"url":"..."}'mcp
run_tool({ provider: "mcp-ai-smry-r-smry-product", endpoint: "/get_article", input: {"url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.