E
Epovest
/update_tracker
Update a tracker
Update the configuration of a tracker: only the fields you send change. Keywords, analysts and the title apply in place. Changing the prompts, engines, frequenc
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_tracker for me.
Input
| Field | Type | Description |
|---|---|---|
| tracker_id* | string | The UUID of the tracker: call list_trackers to find it. |
| title | string | Display name of the tracker. |
| prompts | array | The questions asked to the AI engines at every survey, phrased exactly as a customer would |
| engines | array | The AI engines surveyed. A check is priced per engine, in USD: chatgpt 0.10, claude 0.20, |
| frequency | string (monthly | weekly | daily | on_demand) | How often a survey runs. on_demand puts the tracker on no schedule at all: starting it run |
| resolution | string (hd | full_hd | 4k | 8k) | Repetitions of every question per engine and survey: hd=1, full_hd=3, 4k=6, 8k=9. Answers |
| keywords | array | Names to detect in the answers: your brand and the names you compare against. Flag yours a |
| analysts | array | The lenses that score every survey. keyword_presence and share_of_voice are deterministic; |
| custom_prompt | string | The instruction of the custom_prompt analyst. Required when that analyst is selected. |
| discovery | boolean | Suggest new keywords spotted in the answers. |
| notify_on_survey | boolean | Email the account owner and managers each time a survey closes with fresh data, so the res |
| next_survey_at | string | When the next survey runs, ISO 8601, strictly in the future; read as UTC without an offset |
| project_id | string | The project the tracker is filed under: the UUID of a project of the account (call list_pr |
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_tracker","input":{"tracker_id":"..."}}'cli
npx cracked-ai run -p mcp-com-epovest-ai-visibility -e /update_tracker -i '{"tracker_id":"..."}'mcp
run_tool({ provider: "mcp-com-epovest-ai-visibility", endpoint: "/update_tracker", input: {"tracker_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.