Create tag MCP tool
Create a GovTribe workspace tag.
- MCP tool name:
Create_Tag - Data type: Tag data type
- Returns: Tag MCP response
- Annotations: Not read only, destructive, not idempotent, closed world
- Surfaces: GovTribe AI, GovTribe MCP
Examples
Use this when the workspace needs a reusable label for pipelines, pursuits, or tasks.
Create a proposal-ready tag
{
"tool": "Create_Tag",
"arguments": {
"name": "Proposal ready",
"backgroundColor": "#2f855a"
}
}Related articles
- 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.