plith
P
plith
/dedupq_complete

dedupq complete

After executing a task, store the result so future identical or similar tasks return a cache hit via dedupq_check. Costs 2 credits.

liveverifiedunknown~5s typical
mcpprobedplith
$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-plith-plith /dedupq_complete for me.

Input

FieldTypeDescription
content*stringOriginal task content. Used to compute hash and embedding for future matching.
result*stringThe task result to cache. Can be any JSON value.
task_idstringOptional task ID. Used as the database row ID if provided.
hash_onlybooleanIf true, skip embedding generation. Default: false.

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-plith-plith","endpoint":"/dedupq_complete","input":{"content":"...","result":"..."}}'
cli
npx cracked-ai run -p mcp-ai-plith-plith -e /dedupq_complete -i '{"content":"...","result":"..."}'
mcp
run_tool({ provider: "mcp-ai-plith-plith", endpoint: "/dedupq_complete", input: {"content":"...","result":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.