Wat doet Tune AI Visibility Questions?
Bewerk de vragen achter je AI-zichtbaarheidsscore. De agent stelt koopvragen en landinstellingen voor. Je keurt wijzigingen goed waarbij gebruik wordt gemaakt van een promptbudget of een wekelijkse uitvoering.
Dit is de volgorde die de agent volgt. Het leest zelfstandig gegevens. Je keurt elke verzending of wijziging goed.
- 01
Lees het setje
Loop
get_ai_visibilityvoor de bijgehouden vragen, de score en welke antwoorden je vermelden. - 02
Add buyer questions
Loop
add_ai_visibility_promptfor one question, orimport_ai_visibility_promptsvoor een geplakte lijst. - 03
Target a market
Loop
set_ai_visibility_prompt_locationom één vraag uit een specifiek land te stellen. - 04
Laat de doden vallen
Loop
remove_ai_visibility_promptfor weak questions. Each question uses prompt budget. - 05
Voer de set uit
Loop
run_ai_visibility_scanom ze nu te vragen. Betaalde abonnementen, één run per website per week. - 06
Diff two runs
Loop
diff_ai_visibility_runsvoor de scoredelta, gewonnen en verloren vermeldingen en nieuwe bronnen achter antwoorden die de site een naam gaven.
Commando's in Tune AI-zichtbaarheidsvragen
The exact MCP tool calls behind the prompt. Your agent runs these against the verifieddr server. The ones that send anything still stop for your approval.
# 1. What you track today, and how it scoredget_ai_visibility { site: "yourwebsite.com" } # 2. Track one more question a buyer would askadd_ai_visibility_prompt { site: "yourwebsite.com", prompt: "best crm for agencies" } # 3. Import a pasted list in one goimport_ai_visibility_prompts { site: "yourwebsite.com", prompts: ["best crm for agencies", "crm with client portal"] } # 4. Ask one question from a single marketset_ai_visibility_prompt_location { site: "yourwebsite.com", promptId: "prompt-id", location: "us" } # 5. Stop tracking a question nobody asksremove_ai_visibility_prompt { site: "yourwebsite.com", promptId: "prompt-id" } # 6. Ask them now (paid, one run per site per week)run_ai_visibility_scan { site: "yourwebsite.com" } # 7. Compare two stored runsdiff_ai_visibility_runs { site: "yourwebsite.com", from: "2026-07-01", to: "2026-08-01" }