L
lens
/get_lens_status
Check a lens's status
Check a Mindola lens: its share URL, whether it has been claimed, and how much of its knowledge has finished ingesting (ready / pending / failed).
liveunknown~5s typical
mcplens
$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-mindola-lens /get_lens_status for me.
Input
| Field | Type | Description |
|---|---|---|
| lens_token* | string | The token from the lens's share URL (the part after /me/). |
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-mindola-lens","endpoint":"/get_lens_status","input":{"lens_token":"..."}}'cli
npx cracked-ai run -p mcp-ai-mindola-lens -e /get_lens_status -i '{"lens_token":"..."}'mcp
run_tool({ provider: "mcp-ai-mindola-lens", endpoint: "/get_lens_status", input: {"lens_token":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.