Delete tag MCP tool
Delete a GovTribe workspace tag.
- MCP tool name:
Delete_Tag - Data type: Tag data type
- Returns: Delete tag MCP response
- Annotations: Not read only, destructive, idempotent, closed world
- Surfaces: GovTribe AI, GovTribe MCP
Examples
Resolve the tag first, then delete it.
Delete an unused tag
{
"tool": "Search_Tags",
"arguments": {
"query": "old label",
"fields_to_return": [
"govtribe_id",
"name"
]
}
}{
"tool": "Delete_Tag",
"arguments": {
"tag_id": "<tag_govtribe_id>"
}
}Related articles
- Delete tag MCP response: Review the response shape returned by this tool.
- Tag 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.