Report a blocker (agent feedback)
report_blockerTell the ShowMeOnMap team your agent hit something it could not accomplish — an unsupported intent, a missing tool, an unclear schema, an op that failed in a confusing way. Use this when build_map / mutate_map / a direct-op tool returns something you cannot recover from, OR when you would have wanted a different tool to exist. Records the report to a server-side log; does not unblock the current session, but feeds future capability work. No map_id required — file the report even if no map was built.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| map_id | No | Optional. The map_id you were working on, if any. | |
| rationale | Yes | Short audit-log label (≤300 chars) stating the user-facing goal this call serves, e.g. "add wildfire layer for the user's California query". Required on every call. Stored in the operations log so map edits stay traceable — we never see your chat history. | |
| what_i_tried | Yes | Which tools / inputs you attempted, in order. Be specific — tool name + key arg shape is ideal. | |
| what_i_was_trying | Yes | High-level intent in one or two sentences. e.g. "merge two filtered choropleths into a fused bivariate map". | |
| where_i_got_stuck | Yes | The specific failure: what came back, what was missing, why you could not proceed. | |
| suggested_capability | No | Optional. A new tool, op, or schema field that would have unblocked you. |