Reference guide for collaborating with inventonater on Suno AI music creation. Use when the user asks to create, brainstorm, write, or prompt Suno songs, lyrics, or style prompts. Contains the user's prompting patterns, lyrical preferences, creative universes, style templates derived from analysis of 131 liked songs, and a direct API technique for precise control over Weirdness and other sliders.
Notion = upstream creative workspace (concepts, prompts, lyrics, collaboration). Suno = downstream generation engine (audio output, likes, iterations).
Notion does NOT mirror Suno. No tracking of likes, duration, or song metadata — Suno owns that. Notion owns the creative process that feeds into Suno.
| Resource | ID | Purpose |
|---|---|---|
| Suno Hub | page: 2586cf18-125f-8030-9445-d23bebc51e46 | Overview and quick links |
| Concepts & Ideas DB | data_source: 87585f7e-d8df-4ff1-a027-8c1af2684daf | Song concepts in development |
| Style Prompt Library | page: 31b6cf18-125f-81c6-8f4d-f5d30bf84e52 |
| Templates and rules |
| Creative Universes | page: 31b6cf18-125f-8173-b44d-dbc8bbdc2c8c | Series conventions and lore |
| Lyrical Techniques | page: 31b6cf18-125f-8126-a069-c928b9da01e7 | Patterns and quality criteria |
| Property | Type | Purpose |
|---|---|---|
| Concept | Title | Working title / idea name |
| Universe | Select | Which series (or "New Universe") |
| Stage | Status | Draft → In Progress → Ready to Generate → Generated → Iterate |
| Style Prompt | Rich Text | The style prompt being developed |
| Lyrics | Rich Text | Lyrics draft |
| Vibe / Direction | Rich Text | Freeform creative notes, mood, references |
| Collaborator | People | Who's working on this |
| Suno Link | URL | Link to generated song (only after generation) |
Search concepts:
manus-mcp-cli tool call notion-search --server notion --input '{"query": "DELSCOOPIE", "data_source_url": "collection://87585f7e-d8df-4ff1-a027-8c1af2684daf"}'
Fetch a concept or reference page:
manus-mcp-cli tool call notion-fetch --server notion --input '{"id": "<page_id>"}'
Add a new concept:
manus-mcp-cli tool call notion-create-pages --server notion --input '{
"data_source_id": "87585f7e-d8df-4ff1-a027-8c1af2684daf",
"pages": [{
"properties": {
"Concept": "Working Title",
"Universe": "DELSCOOPIE",
"Style Prompt": "the style prompt",
"Lyrics": "lyrics draft",
"Vibe / Direction": "creative notes"
}
}]
}'
Valid Universe values: Arcade Bloodline, DELSCOOPIE, Yoshi Boiled Eggs, Video Game Soundtracks, EDM/Club, UMGS YAK, Negroni Joe, Rainbow Unicorn Attack, Mahjong Masters, New Universe, Standalone.
Update a concept (e.g., add Suno link after generation):
manus-mcp-cli tool call notion-update-page --server notion --input '{
"page_id": "<page_id>",
"properties": {"Suno Link": "https://suno.com/song/..."}
}'
inventonater is a multilingual, genre-fusing Suno creator. Character-driven concept albums, absurdist humor, Japanese-English bilingual lyrics, maximalist style prompting.
chirp-crow)To set precise Weirdness values (or any control slider), bypass the UI and call the Suno API directly. This is the required method — the UI weirdness slider cannot be reliably set via browser automation.
The generate endpoint requires an invisible hCaptcha/Turnstile token in addition to the JWT. This token is refreshed when the user interacts with the Suno UI.
Before every generation session, prompt the user:
"Please go to suno.com/create and create a quick song (any song). This refreshes an invisible CAPTCHA. Let me know when done."
The CAPTCHA is valid for ~10 minutes. All API calls must complete within this window.
The Clerk GET endpoint returns a cached token that may be rejected. Use a POST via an auto-submitting HTML form:
clerk_post.html via a local HTTP server (expose the port for the browser)https://clerk.suno.com/v1/client/sessions/{SESSION_ID}/tokens?_clerk_js_version=5.56.0-snapshot.v20250305195039{"jwt": "<token>"}Key rule: control_sliders must be nested inside metadata. Placing it elsewhere is silently ignored.
{
"metadata": {
"stream": true,
"create_mode": "CUSTOM",
"control_sliders": {
"weirdness_constraint": 0.8
}
}
}
For full endpoint details, troubleshooting, and the complete HTML form template, read references/suno_direct_api.md.
hip hop japanese rap swagger tokyo drift street tough 140bpm heavy bass synth stabs fast flow
sexy crystal voice, ambient, woman singing, trap elements, reggae, chill breakcore, inspirational pop, hip hop japanese rap swagger tokyo drift street tough heavy bass synth stabs fast flow
Explosive, high-octane, rowdy, swaggering, chest-thumping, crunk, Southern, bass-blasting, chant-driven, hype-man, stomping, crowd-killer, fight-song, over-amped, cocky, brash, ruthless, hard-hitting, dirty-south, ATL
2010s party, nightlife, luxury, bravado, swagger, flirtation, catchy hooks, melodic runs, rap-influenced cadence, ad-libs, slang, repetition, chant-able phrases, club-ready, versatile, confident, edgy
edm electrohouse dancepop clubready upbeat energetic pulsating synthdriven euphoric melodic hooky soaringvocals fouronthefloor driving bassy glossy anthemic party latenight uplifting
RAVE, JUNGLE, BREAKBEAT JUNGLE, TECHNO, BIG BEAT, TR-808, DRUMMACHINE, SAMPLER, WAH GUITAR, HEAVY BASS, SLAP BASS, SYNTHBASS
Full prose sentences describing mood, instrumentation, atmosphere — not tags. Example: "Majestic, mysterious, and ancient theme inspired by StarCraft Protoss, Ethereal synth pads, shimmering arpeggios, and reverb-heavy choirs create a vast cosmic soundscape..."
50-100+ compound descriptors. Compound words without spaces: electrohouse, synthdriven, fouronthefloor, clubready, hookladen, chorusdriven, beatfocused, glossywave, hookcentric, melodicdrop.
| Universe | Key Elements | Naming Convention |
|---|---|---|
| Arcade Bloodline | Tokyo/Osaka/Seoul/Manila, drift, AE86/180SX, JP-EN, "Lenyal Core", "Millen'yall" | Arcade Bloodline [Pro/CB] - City - Variant |
| DELSCOOPIE | Mispronounced "disculpe", Seville, crunk/Southern, call-and-response | DELSCOOPIE! (Subtitle) |
| Yoshi's Boiled Eggs | Absurdist, escalating egg scenarios, "Her motto: always an egg" | Titles reference eggs |
| Video Game Soundtracks | StarCraft, Metal Slug; prose prompts; atmospheric | [game] [abbreviation] |
| EDM/Club | French lyrics, 【】 brackets, romantic nightlife | 【LANGUAGE INTRO】 |
| Negroni Joe | Cocktail-themed character | Cocktail/character names |
| UMGS YAK | Asian cities, electro-pop/hip-hop | UMGS YAK[z] - City - Variant |
For full universe details, fetch the Creative Universes page from Notion.
Genre fusion over purity. Multilingual (JP-EN). Character-driven world-building. Humor with heart. High energy and swagger. Specific cultural references. Iteration valued over perfection.
references/full_analysis.md