GovTribe

Create pursuit discussion MCP tool

Creates a discussion on a GovTribe pursuit. File uploads and attachments are not supported by this MCP tool.

Examples

Resolve the pursuit first, then create the discussion. File uploads and attachments are not supported by this MCP tool.

Create a discussion on a pursuit

{
  "tool": "Search_Pursuits",
  "arguments": {
    "query": "facility modernization capture",
    "fields_to_return": [
      "govtribe_id",
      "name",
      "pipeline",
      "stage"
    ]
  }
}
{
  "tool": "Create_Pursuit_Discussion",
  "arguments": {
    "pursuit_id": "<pursuit_govtribe_id>",
    "name": "Solution review notes",
    "message": "Capture notes from the solution review and identify follow-up questions."
  }
}