Sentiment Flip Watch
Lists any watchlist coin whose sentiment polarity has reversed (positive ↔ negative dominant) in the past 24 hours.
// The Problem
What this recipe solves
Sentiment reversals are high-signal events but easy to miss across a watchlist. This recipe checks every coin in one shot and only speaks up when something flipped.
// The Prompt
Copy, paste, run
Paste this into any MCP-compatible agent (Claude, ChatGPT, Cursor, etc.) after connecting Guavy, then hit run.
For each symbol in [BTC, ETH, SOL, DOGE, XRP, ADA, AVAX]: call get-sentiment-history with limit=2. If today's dominant polarity ≠ yesterday's dominant polarity, emit a line: '<SYMBOL> flipped <old> → <new> (pos:X / neg:Y / neu:Z)'. If nothing flipped, return 'No flips.' only.
// Guavy Tools in Play
1 tool, one prompt
This recipe wires together 1 endpoint from the Guavy MCP server. Your agent picks the right ones and composes the result. Every number is cited back to the tool it came from.
// Keep Exploring
Related recipes
Same API key, different job-to-be-done.
// Get started
Run this recipe in under 2 minutes
Connect Guavy to Claude, ChatGPT, Cursor, or any MCP-compatible agent and paste the prompt. Free sandbox forever.