Look up registered disc information by QR code or disc code, and general disc info
Two related functions in one skill:
lookup_disc("RGDG-0042") → {
"disc_code": "RGDG-0042",
"owner": { "name": "Blake S.", "phone_last4": "1234", "contact_pref": "discord" },
"disc": { "name": "Destroyer", "manufacturer": "Innova", "color": "Star Pink",
"flight_numbers": { "speed": 12, "glide": 5, "turn": -1, "fade": 3 } },
"status": "active",
"registered_at": "2025-11-15"
}
lookup_disc("Destroyer") → {
"name": "Destroyer",
"manufacturer": "Innova",
"type": "Distance Driver",
"plastic_types": ["Star", "Champion", "GStar", "Halo"],
"flight_numbers": { "speed": 12, "glide": 5, "turn": -1, "fade": 3 },
"description": "High-speed overstable distance driver...",
"similar_discs": ["DD3", "Zeus", "Nuke"]
}
When someone says "I found a disc" or provides an RGDG code:
lookup_disc(code) with the RGDG code.🏷️ **Disc Found: RGDG-0042**
Owner: Blake S.
Disc: Star Destroyer (Pink)
Preferred contact: Discord
I'll notify the owner. In the meantime, please drop it in the lost & found
bin at the park or hold onto it and we'll connect you two.
When someone says "I lost a disc":
If the disc has no RGDG code:
When someone asks about a disc by name (not an RGDG code):
lookup_disc(disc_name).🥏 **Innova Destroyer**
Type: Distance Driver
Flight Numbers: 12 / 5 / -1 / 3
Plastics: Star, Champion, GStar, Halo
High-speed overstable driver. Needs a lot of arm speed to get full
flight — not recommended for beginners. Great for headwind drives
and dependable fade finishes.
Similar discs: DD3, Zeus, Nuke
When someone asks "what disc should I throw?" or "I need an understable midrange":
If someone asks "what do flight numbers mean?":
Flight numbers describe how a disc flies:
• **Speed** (1-14): How fast you need to throw it for proper flight
• **Glide** (1-7): How well it stays in the air
• **Turn** (-5 to +1): High-speed curve (negative = turns right for RHBH)
• **Fade** (0-5): Low-speed hook at the end (always goes left for RHBH)
For a right-hand backhand (RHBH) thrower:
- Negative turn = disc goes right early
- Positive fade = disc goes left late
| Scenario | Response |
|---|---|
| Code not found | "I couldn't find disc RGDG-XXXX in our system. Double-check the code — it should be on the QR sticker." |
| Disc name not found | "I don't have info on that disc. Try the full name (e.g., 'Innova Destroyer' or just 'Destroyer')." |
| API down | Fall back to general disc knowledge for common discs. |
User: "I found a disc with RGDG-0042 on it" Clawd: Looks up RGDG-0042, shows owner info, offers to help return it.
User: "What are the flight numbers for a Buzzz?" Clawd: "The Discraft Buzzz is a midrange: 5 / 4 / -1 / 1. Super straight flyer, great for tunnel shots and approaches. One of the most popular midranges in the game."
User: "I'm new, what putter should I get?" Clawd: "For a new player, I'd recommend: Discraft Luna (3/3/-1/1) — straight and forgiving, Innova Aviar (2/3/0/1) — the classic, reliable and cheap, or MVP Atom (3/3/-0.5/1) — great feel and glide. Pick whichever feels best in your hand!"
User: "Lost my orange Teebird on hole 7" Clawd: "Sorry to hear that! Post in #lost-and-found with the details (orange Teebird, hole 7). If it has an RGDG sticker, anyone who finds it can scan it and you'll be notified. If not, consider registering your discs in the app to make future returns easier."