Delete pursuit MCP tool
Deletes a pursuit.
- MCP tool name:
Delete_Pursuit - Data type: Pursuit data type
- Returns: Delete pursuit MCP response
- Annotations: Not read only, destructive, idempotent, closed world
- Surfaces: GovTribe AI, GovTribe MCP
Examples
Delete a pursuit only after resolving and confirming the exact pursuit.
Delete a confirmed pursuit
{
"tool": "Search_Pursuits",
"arguments": {
"query": "facility modernization capture",
"fields_to_return": [
"govtribe_id",
"name",
"pipeline",
"stage"
]
}
}{
"tool": "Delete_Pursuit",
"arguments": {
"pursuit_id": "<pursuit_govtribe_id>"
}
}Related articles
- Delete pursuit MCP response: Review the response shape returned by this tool.
- Pursuit 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.
- Source identifiers and record matching: Use GovTribe IDs and source identifiers when passing records between tools.