D
DeepSearch
/ask_about_person
Ask about a person
Answer one specific question about a person, grounded in their public footprint, and suggest follow-ups. Prefer this over build_dossier when the user wants a si
liveunknown~5s typical
mcpdeepsearch
$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-deepsearch-deepsearch /ask_about_person for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | The person the question is about. |
| question* | string | Your question about the person. |
| context | string | Optional extra grounding context, e.g. a prior dossier summary. |
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-deepsearch-deepsearch","endpoint":"/ask_about_person","input":{"name":"...","question":"..."}}'cli
npx cracked-ai run -p mcp-app-deepsearch-deepsearch -e /ask_about_person -i '{"name":"...","question":"..."}'mcp
run_tool({ provider: "mcp-app-deepsearch-deepsearch", endpoint: "/ask_about_person", input: {"name":"...","question":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.