Post-payment guidance for the member/manager intake step: privacy placeholders, consent copy, signing options, and child-entity handling (when this formation is owned by another entity).
When to call: AFTER `start_anonymous_llc` or `create_formation_draft_session` succeeds and the user has paid, when the user is filling out the member-information intake form. Also use when the user asks "what should I put for member name / address?" — the coach has the privacy-aware placeholder copy.
Input Requirements:
- All fields OPTIONAL.
- `jurisdiction` is OPTIONAL but PREFER passing if known — copy varies by state.
- `entity_role` is OPTIONAL free-text ("member" / "manager" / "registered agent").
- `is_child_entity` + `parent_entity_name` are OPTIONAL; pass when this formation is owned by another LLC (holding-company structure).
Output: `{ placeholders, consent_copy, signing_options, child_entity_notes, related_docs }`. `placeholders` carry privacy-aware example values for each member field; `consent_copy` is the brand-voice-clean explanation the user reads before consenting.
PREFER citing the privacy architecture and operating-agreement guides for context. Member/manager PII is the higher-stakes intake — never autofill real PII, always show placeholders.
Connector