plith
P
plith
/dedupq_check

dedupq check

Before executing any LLM task, check if an identical or semantically similar task has already been completed. Returns cached result on hit, saving one LLM call.

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_check for me.

Input

FieldTypeDescription
content*stringThe task content to check for duplicates. This is hashed and embedded for matching.
task_idstringOptional caller task ID for tracing and cross-referencing with BurnRate.
hash_onlybooleanIf true, skip vector similarity search and use exact hash matching only. Default: false.
similarity_thresholdnumberCosine similarity threshold for semantic matching, 0.0 to 1.0. Default: 0.80.

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

Try it

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