GovTribe

Update pursuit discussion MCP tool

Updates a pursuit discussion title, message, or both. File uploads and attachments are not supported by this MCP tool.

Examples

Resolve the discussion first. Provide name, message, or both.

Update a discussion title and message

{
  "tool": "Search_Pursuit_Discussions",
  "arguments": {
    "pursuit_ids": [
      "<pursuit_govtribe_id>"
    ],
    "fields_to_return": [
      "govtribe_id",
      "name",
      "message"
    ]
  }
}
{
  "tool": "Update_Pursuit_Discussion",
  "arguments": {
    "discussion_id": "<discussion_govtribe_id>",
    "name": "Updated solution review notes",
    "message": "Updated notes after reviewing attachments and incumbent context."
  }
}