Documentation navigation
Government Context MCP
gc_submit_feedback
Submit feedback to Government Context
Report missing data, wrong data, capability gaps, or bugs in Government Context. Include user_goal and details whenever your user is comfortable sharing them — submissions directly shape which data sources and tools we build next. Omit anything your user prefers to keep private. Use categories: missing_data (a dataset or record we should carry), data_error (something looks wrong), capability_gap (a question the tools can't answer), bug, other.
Input
| Parameter | Type | Description |
|---|---|---|
| categoryRequired | missing_data | data_error | capability_gap | bug | other | What kind of report this is. |
| summaryRequired | string | One sentence, ≤ 200 characters. |
| details | string | What was tried, what was expected, what came back. |
| user_goal | string | What your user was ultimately trying to accomplish (with their consent). |
| desired_source | string | missing_data: the dataset/agency/publication wanted. |
| related_tool | string | The gc_* tool involved, if any. |
| related_id | string | Record or scope id involved, if any. |
Annotations
{
"readOnlyHint": false,
"destructiveHint": false,
"idempotentHint": false,
"openWorldHint": false
}Examples
Report a data gap
A missing-data report with the end user's underlying goal — submissions shape what gets built next.
{
"category": "missing_data",
"summary": "No state rulemaking data",
"user_goal": "Track state + federal AI rules together",
"desired_source": "California OAL",
"related_tool": "gc_search"
}{
"id": "fb_1",
"status": "received",
"message": "Thanks — data requests and reports like this directly shape what we add next."
}