Reeve
Use Reeve in Claude

Example prompts

Realistic things to ask Claude once Reeve is connected, organized by department.

Example prompts

Once Reeve is connected to Claude, you can ask Claude to work with your Reeve workspace in natural language. These examples show what to ask and what to expect — organized by the departments your connection has access to.

You'll only see results for departments your connection is actually granted — if a prompt below doesn't work, that department likely isn't enabled for your app.

CRM

Find contacts by tag

"Show me our CRM contacts tagged 'vip' who haven't ordered in 30 days."

Claude calls crm_list_contacts with a tag filter and returns the matching contacts.

Check CRM health

"How many active contacts do we have, and how many interactions in the last 30 days?"

Claude calls crm_list_stats for the aggregate counts.

Credits

Check your balance

"What's our current Reeve credit balance?"

Claude calls credits_get_balance.

Review recent spend

"Show me our last 20 credit transactions."

Claude calls credits_get_ledger, paginated newest-first.

Ads (adbuyer)

Check last week's ROAS

"What was our ROAS last week across Meta Ads?"

Claude calls ads_list_insights with provider: "meta_ads" and a relative date window. No need to open AdBuyer.

Compare campaign performance

"How did our two active Meta campaigns perform against each other this month? Give me spend, ROAS, and CPC."

Claude calls ads_list_campaigns to find the campaigns, then ads_list_insights per campaign.

See which platforms are connected

"Which ad platforms do we have connected?"

Claude calls ads_list_providers.

Video (studio)

Check a render's status

"Is render abc-123 done yet?"

Claude calls video_get_renders with the render id.

Browse recent projects

"What Studio video projects have we worked on recently?"

Claude calls video_list_projects, newest-updated first.

Connections

See what's connected

"What platforms does our Reeve workspace have connected — Meta, Klaviyo, Shopify?"

Claude calls connects_list_connections.

Commerce

Look up pricing

"What's our current rate card for the Studio app?"

Claude calls commerce_get_rate_card.

Knowledge

Ask Reeve how to do something

"How do I set up a new ad campaign in Reeve?"

Claude calls reeve_howto, which searches Reeve's knowledge base and returns guidance — or an honest "nothing found" if there's no matching card, rather than guessing.

Drafting copy and creative

Draft a Black Friday launch email

"Ask Reeve to draft a Black Friday launch email for our apparel brand. Subject line and body, 30% off sitewide."

This is orchestrated, creative work, so Claude routes it through chat rather than a direct tool. Reeve draws on your brand's DNA — voice, tone, and product catalog — to write on-brand copy. Claude returns the draft for you to review before you do anything with it.

Generate ad concepts

"Have Reeve generate 3 ad concepts for our new running shoe launch. Include hook, body copy, and a CTA for each."

Scope to a specific brand

If you manage multiple brands in Reeve, you can target a specific one:

"Ask Reeve about my 'Coastal Threads' brand — what campaigns are currently running?"

Claude calls get_context to find the brand id for "Coastal Threads", then passes it to chat so Reeve responds in that brand's context.

Something not listed above

Reeve exposes far more than the tools with example prompts here — CRM writes, comms, enrichment, database, maps, booking, and more. If you ask for something whose direct tool isn't promoted to a name yet, Claude falls back to browsing:

"What Reeve tools do you have for the 'comms' department?"

Claude calls list_tools(department: "comms") to see what's there, describe_tools on the one that fits, then use to call it — the same discovery flow, just one step longer than a promoted tool.

Approving a gated action

Some actions — like launching paid spend or publishing a campaign — require your explicit approval. Here's what that flow looks like:

"Ask Reeve to launch our Black Friday Meta campaign."

Claude sends this to Reeve via chat. Reeve prepares the campaign and returns a gate:

Claude: Reeve is ready to launch the "Black Friday 2024" campaign on Meta with a $500/day budget. This will start spending immediately. Do you want to approve?

You confirm:

"Yes, approve it."

Claude calls resolve_gate with decision: "approve" and Reeve confirms the launch.

Approving a gate commits the action. Review the budget, targeting, and schedule before confirming.

Continue a conversation

Reeve maintains context within a chat thread. You can follow up naturally:

"Ask Reeve to draft a subject line for that Black Friday email." "Now make it punchier — under 8 words." "What's the open rate for our last email with a similar subject?"

Claude passes the thread_id across turns so Reeve knows you're continuing the same conversation.

What Reeve can't do from Claude

Reeve's MCP gives you access to the same capabilities as the Chat surface in the web app, plus growing direct-tool coverage. Actions that require the full visual interfaces — like building out a Studio creative with image uploads, or managing the Calendar drag-and-drop — are best done directly in the Reeve app.

On this page