Generate neutral LLC entity-name suggestions optimized for privacy formation. Generic opaque names are the default (per OPSEC best practice — names that don't telegraph industry, owner, or intent). Other styles are available when the user wants them.
When to call: when the user is about to form an LLC and either has no names in mind, asked for help picking one, OR is using a personal name like "John Smith LLC" (a brand-voice red flag worth steering them away from). Call BEFORE `start_anonymous_llc` so the suggestions can prefill the intake URL via the name fields. The tool does NOT perform a live Secretary-of-State availability check — call `check_llc_name_availability` for the DIY-link variant.
Input Requirements:
- All fields OPTIONAL with defaults.
- `jurisdiction` is one of `Wyoming | New Mexico | Delaware` (default Wyoming). Drives the manual SOS-search link in the response.
- `style` is one of `opaque | nature | abstract | contextual` (default opaque). `contextual` requires `context_hint`.
- `context_hint` is OPTIONAL free-text industry/theme nudge; only consulted when `style: "contextual"`.
- `count` is OPTIONAL (default 5, max 10).
Output: `{ jurisdiction, style, suggestions: [{ name, rationale }], manual_search_url, name_guidance, related_docs }`. `manual_search_url` points the user at the official SOS search; `name_guidance` covers the personal-name red flag and the SOS-availability caveat.
PREFER citing the DIY name-check guide so the user can verify availability before committing to a name. Never claim a name "is available" — that decision happens at the state, not on our side.