Simulatte — Synthetic Consumer Research
Simulatte runs your business decisions past a persona pool grounded in real buyer data (open web, CRM, or voice interviews) and returns how the market reacts…
Что умеет
- Simulatte Menu: Show the Simulatte home menu: the study catalogue (SKUs + credit cost each), the current credit balance, and the workspace's persona pools (standard + custom). Call this whenever the u
- Simulatte Describe Sku: Describe what a specific Simulatte study (SKU) needs before you run it: required inputs, optional inputs, and the allowed values for choice fields (e.g. Creative Audit's object
- Simulatte List Pools: List all persona pools in your Simulatte workspace. Returns pool IDs, names, markets, and sizes. Use pool IDs in simulatte_run_study to target a specific audience segment.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Simulatte runs your business decisions past a persona pool grounded in real buyer data (open web, CRM, or voice interviews) and returns how the market reacts before you commit budget. Test a price, a claim, a piece of creative, a name, or a custom survey and get the behavioural drivers, the segment that disagrees, and a traceable verdict.
Tools: simulatte_menu (catalogue, credits, pools) · simulatte_describe_sku · simulatte_list_pools · simulatte_run_study (25 study types) · simulatte_get_results · simulatte_ask_insights · simulatte_create_pool · simulatte_depth_interview · simulatte_estimate_cost
Start: call simulatte_menu → simulatte_describe_sku → simulatte_run_study.
Список инструментов сервера (9)
Технические названия из tools/list. Нужны только разработчикам.
| simulatte_menu | Show the Simulatte home menu: the study catalogue (SKUs + credit cost each), the current credit balance, and the workspace's persona pools (standard + custom). Call this whenever the user says 'Simulatte', asks what they can do, or wants to start. It's the entry point — from here, use simulatte_describe_sku to see a study's inputs, then simulatte_run_study to run it. |
| simulatte_describe_sku | Describe what a specific Simulatte study (SKU) needs before you run it: required inputs, optional inputs, and the allowed values for choice fields (e.g. Creative Audit's objective = trial / consideration / brand_recall / …). Pull this BEFORE simulatte_run_study so the inputs are correct. Sourced live from the study's real contract. |
| simulatte_list_pools | List all persona pools in your Simulatte workspace. Returns pool IDs, names, markets, and sizes. Use pool IDs in simulatte_run_study to target a specific audience segment. |
| simulatte_run_study | Run a Simulatte synthetic research study. Choose from 25 SKUs covering concept testing, pricing, messaging, B2B committee simulation, depth interviews, and more. Returns a study_id you can poll with simulatte_get_results. |
| simulatte_get_results | Retrieve results for a completed Simulatte study. Returns full structured results JSON including verdicts, key drivers, objections, persona breakdowns, and Forge Loop recommendations. |
| simulatte_ask_insights | Ask a question across your entire Simulatte research history using semantic search. Returns a cited answer with themes and source study references. Great for synthesizing findings across multiple studies. |
| simulatte_create_pool | Create a new synthetic persona pool with a custom demographic and psychographic specification. Returns a pool_id you can reuse across multiple studies. |
| simulatte_depth_interview | Run a simulated depth interview with a synthetic persona. The persona responds in character across multiple turns, surfacing motivations, objections, and language naturally. Returns interview_id and a credits estimate. |
| simulatte_estimate_cost | Estimate the credit cost for a Simulatte study before running it. Calculated locally — no API call needed. Credits = base_cost_per_persona × sample_size. |