submit_correction
Propose a correction to a listing field (agents/users reporting bad data).
`vertical` is the category key (default 'restaurants'); `listing_id` is the id from that category's
get_/search_ tools. Correctable restaurant fields: phone, email, website, menu_url, address_full,
city, state, region_tag, price_range, cuisine_type, festival_specials. The correction is stored and
applied by the Feedback agent — automatically for unclaimed listings, or routed to a human for
claimed/featured ones. Identity fields (name, coordinates) are not correctable. Structured field
corrections currently apply to restaurants; for other categories use submit_review to flag issues
(or the owner portal). Returns {ok, feedback_id|error}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field | Yes | ||
| value | Yes | ||
| reason | No | ||
| vertical | No | restaurants | |
| listing_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||