cookunity_get_user_info
Retrieve user profile details, subscription plan, delivery schedule, addresses, and credit balance from CookUnity MCP. Output in markdown or JSON format.
Instructions
Get user profile, subscription plan, delivery schedule, addresses, and credits.
Args:
response_format ('markdown'|'json'): Output format
Returns (JSON): { id, name, email, plan_id, store_id, status, deliveryDays[], currentCredit, addresses[] }
Examples:
Get profile: {}
Get as JSON: { response_format: "json" }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | Output format: 'markdown' for human-readable or 'json' for structured data | markdown |