lens
L
lens
/add_lens_knowledge

Add knowledge to a lens

Add text notes or URLs to a Mindola lens created in this conversation (before it is claimed). Content runs through the standard ingest pipeline so the lens can

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 /add_lens_knowledge for me.

Input

FieldTypeDescription
lens_token*stringThe token from the lens's share URL (the part after /me/).
items*array

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":"/add_lens_knowledge","input":{"lens_token":"...","items":[]}}'
cli
npx cracked-ai run -p mcp-ai-mindola-lens -e /add_lens_knowledge -i '{"lens_token":"...","items":[]}'
mcp
run_tool({ provider: "mcp-ai-mindola-lens", endpoint: "/add_lens_knowledge", input: {"lens_token":"...","items":[]} })

Try it

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