E
Epovest
/tick_surface_checklist
Verify or set aside checklist cells of a surface
Record what a surface actually carries, cell by cell, as many moves as you want in one call. The items are listed by list_surfaces as checklist.items: the templ
liveunknown~5s typical
mcpepovest
$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-com-epovest-ai-visibility /tick_surface_checklist for me.
Input
| Field | Type | Description |
|---|---|---|
| surface_id* | string | The UUID of the surface: call list_surfaces to find it. |
| ticks* | array | The cell moves. Nothing else on the checklist changes. |
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-com-epovest-ai-visibility","endpoint":"/tick_surface_checklist","input":{"surface_id":"...","ticks":[]}}'cli
npx cracked-ai run -p mcp-com-epovest-ai-visibility -e /tick_surface_checklist -i '{"surface_id":"...","ticks":[]}'mcp
run_tool({ provider: "mcp-com-epovest-ai-visibility", endpoint: "/tick_surface_checklist", input: {"surface_id":"...","ticks":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.