Epovest
E
Epovest
/update_project_canon

Update the canon of a project

Revise the brand canon of a project. Field by field: a provided field replaces the current wording (an empty string clears it), an omitted field is kept as is.

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_project_canon for me.

Input

FieldTypeDescription
project_id*stringUUID of the project: call list_projects to find it.
canon_one_linerstringOne-sentence signature of the brand.
canon_shortstringTHE one-sentence description third-party pages reuse as is.
canon_longstringThe two-sentence version, when the surface allows it.
canon_categorystringCategory label for listings and structured data.
canon_languagestringShort code of the ONE language the canon is written in, like "en" or "pt-br". On a project
canon_perksarrayThe distinctive claims of the brand, in the order they should be hammered, written in the
canon_websitestringThe canonical address of the brand website, the one that identifies the entity. A bare dom
canon_legal_namestringRegistered name of the company that operates the brand, with its jurisdiction when the use
canon_addressstringPostal address, as written on a listing. Language-neutral: the same string everywhere, lik
canon_phonestringPhone number, international prefix included.
canon_whatsappstringWhatsApp number, international prefix included.
canon_emailstringPublic email address of the brand.

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

Try it

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