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
| Field | Type | Description |
|---|---|---|
| project_id* | string | UUID of the project: call list_projects to find it. |
| canon_one_liner | string | One-sentence signature of the brand. |
| canon_short | string | THE one-sentence description third-party pages reuse as is. |
| canon_long | string | The two-sentence version, when the surface allows it. |
| canon_category | string | Category label for listings and structured data. |
| canon_language | string | Short code of the ONE language the canon is written in, like "en" or "pt-br". On a project |
| canon_perks | array | The distinctive claims of the brand, in the order they should be hammered, written in the |
| canon_website | string | The canonical address of the brand website, the one that identifies the entity. A bare dom |
| canon_legal_name | string | Registered name of the company that operates the brand, with its jurisdiction when the use |
| canon_address | string | Postal address, as written on a listing. Language-neutral: the same string everywhere, lik |
| canon_phone | string | Phone number, international prefix included. |
| canon_whatsapp | string | WhatsApp number, international prefix included. |
| canon_email | string | Public 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.