sportsdata_feedback
Report whether a server answer was useful, highlighting wrong, empty, or misleading responses. Recorded locally; only shared if you enable telemetry.
Instructions
Report whether an answer from this server was useful.
Call this when a tool gave a wrong, empty or misleading answer — especially if the response shape did not match its description, which is the failure mode the maintainers most need to hear about.
Recorded locally. It is only ever transmitted if the operator has explicitly
enabled sharing (SPORTSDATA_TELEMETRY=1 plus a configured endpoint), and note
is sent verbatim, so do not put anything private in it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | What went wrong, in a sentence. Free text, truncated to 500 characters, and sent VERBATIM if sharing is enabled — do not include anything private. | |
| tool | No | The tool the feedback is about, e.g. `nhl_schedule`. Omit for general feedback. | |
| helpful | Yes | False if the answer was wrong, empty or misleading; True if it was useful. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||