Create pursuit discussion MCP tool
Creates a discussion on a GovTribe pursuit. File uploads and attachments are not supported by this MCP tool.
- MCP tool name:
Create_Pursuit_Discussion - Data type: Discussion data type
- Returns: Discussion MCP response
- Annotations: Not read only, destructive, not idempotent, closed world
- Surfaces: GovTribe AI, GovTribe MCP, GovTribe Compact MCP server
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."
}
}Related articles
- Discussion MCP response: Review the response shape returned by this tool.
- Discussion data type: Understand the shared record fields and relationships used by this tool.
- GovTribe AI: Review the GovTribe AI surface where this tool can be called.
- GovTribe for Agents: Use GovTribe for Agents as the starting point for MCP tools, MCP tool responses, and guides.
- MCP servers: Review where this MCP tool can be used.
- Source identifiers and record matching: Use GovTribe IDs and source identifiers when passing records between tools.