create_user_profile
Generate and configure user profiles by validating data and prompting for incomplete fields, ensuring all required information is collected efficiently.
Instructions
Create a new user profile with elicitation support for missing fields
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}