Epovest
E
Epovest
/update_surface

Update a surface

Update the registry sheet of a surface: only the fields you send change (a sent languages list replaces the previous one; an empty label or notes clears it). No

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

Input

FieldTypeDescription
surface_id*stringThe UUID of the surface: call list_surfaces to find it.
typestring (website | github | linkedin | x | youtube | wikidata)What kind of surface this is; it picks the checklist to come. OMIT IT on creation: the typ
urlstringAbsolute http(s) address of the surface.
labelstringDisplay name of the surface. OMIT IT on creation: it is derived from the url (the handle o
languagesarrayLanguages of the surface, as short codes like "en" or "pt-br". A sent list replaces the pr
notesstringFree registry notes: who owns the account, access, context.

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":"/update_surface","input":{"surface_id":"..."}}'
cli
npx cracked-ai run -p mcp-com-epovest-ai-visibility -e /update_surface -i '{"surface_id":"..."}'
mcp
run_tool({ provider: "mcp-com-epovest-ai-visibility", endpoint: "/update_surface", input: {"surface_id":"..."} })

Try it

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