Get Feedback Tool
get_feedback_toolRetrieve a single user feedback item by its unique ID to access details about reported map issues, suggestions, or data corrections.
Instructions
Get a single user feedback item from the Mapbox Feedback API by its unique ID. Use this tool to retrieve detailed information about a specific user-reported issue, suggestion, or feedback about map data, routing, or POI details. Requires user-feedback:read scope on the access token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format: "json_string" returns raw JSON data as a JSON string that can be parsed; "formatted_text" returns human-readable text. Both return as text content but json_string contains parseable JSON data while formatted_text is for display. | formatted_text |
| feedback_id | Yes | The unique identifier of the feedback item |