Exit Check
For each open position, returns the current action and a one-line reason rooted in sentiment and trend.
// The Problem
What this recipe solves
Knowing when to exit is harder than knowing when to enter. This recipe checks every open position against Guavy's current signals so you can see which positions are still supported and which are not.
// The Prompt
Copy, paste, run
Paste this into any MCP-compatible agent (Claude, ChatGPT, Cursor, etc.) after connecting Guavy, then hit run.
For each of these open positions: - BTC (entry $65,000) - ETH (entry $2,800) - SOL (entry $140) Fetch get-current-action (conservative), the latest sentiment, and the latest trend for each. Emit one line per position: <SYM> action=<Buy/Hold/Sell>, trend <dir/strength>, sentiment <pos/neg> Do not give buy/sell advice; only surface the Guavy signals.
// Guavy Tools in Play
3 tools, one prompt
This recipe wires together 3 endpoints 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.