S
Shotlee
/get_article
Get a Shotlee article as Markdown
Fetch the full Markdown source of one article by its slug, as returned by search_articles.
liveunknown~5s typical
mcpshotlee
$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-app-shotlee-shotlee /get_article for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | Article slug, e.g. "ozempic-and-alcohol" |
| locale | string (en | ar | de | es | fr | hi) | default "en" |
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-app-shotlee-shotlee","endpoint":"/get_article","input":{"slug":"...","locale":"en"}}'cli
npx cracked-ai run -p mcp-app-shotlee-shotlee -e /get_article -i '{"slug":"...","locale":"en"}'mcp
run_tool({ provider: "mcp-app-shotlee-shotlee", endpoint: "/get_article", input: {"slug":"...","locale":"en"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.