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

ParameterTypeDescription
categoryRequiredmissing_data | data_error | capability_gap | bug | otherWhat kind of report this is.
summaryRequiredstringOne sentence, ≤ 200 characters.
detailsstringWhat was tried, what was expected, what came back.
user_goalstringWhat your user was ultimately trying to accomplish (with their consent).
desired_sourcestringmissing_data: the dataset/agency/publication wanted.
related_toolstringThe gc_* tool involved, if any.
related_idstringRecord 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."
}