get_domain_case
Report the store's domain-casing policy (preserve, lower, or upper) so new domains match the casing used on write.
Instructions
Report the store's domain-casing policy.
Returns {"mode": "preserve"|"lower"|"upper"}. 'preserve' stores
domains as written; 'lower'/'upper' coerce every domain to that case
on write (a non-conforming domain is adjusted, not rejected, and the
writer's result carries a domain_adjusted note). Read this before
coining a new domain so its casing matches what will be stored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||