list_accounts
List configured Mailchimp accounts to discover account names available for use with other tools. Useful for multi-account setups.
Instructions
List the Mailchimp accounts this server is configured to use.
Use this to discover the account names accepted by the account argument on every
other tool. Multi-account support is opt-in: define extra accounts with
MAILCHIMP_API_KEY_ environment variables; the plain MAILCHIMP_API_KEY is the
implicit 'default'. Selection is per call and stateless -- no tool changes an active
account. Use get_account_info for live stats about a specific account.
No network call. Never returns API keys or any secret material.
Returns:
JSON with accounts: an array of {name, read_only, dry_run, is_default}. The
'default' entry appears only when MAILCHIMP_API_KEY is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |