Location Tags
Manage tags at the location level for organizing and categorizing sub-accounts. Separate from contact tags, used for agency management.
When you manage dozens or hundreds of sub-accounts, you need a way to organize them. Location Tags let you categorize sub-accounts by industry, plan level, partnership status, or any other grouping. These are different from contact tags — location tags organize businesses, not people.
What This MCP Tool Does
CRUD on tags at the location level. Create tags to categorize sub-accounts, list existing tags, update tag names, and delete tags. Use these to segment your agency’s client portfolio for reporting, automation, and management.
Endpoint Reference
List tags: GET /locations/{locationId}/tags
Create a tag: POST /locations/{locationId}/tags
Update a tag: PUT /locations/{locationId}/tags/{tagId}
Delete a tag: DELETE /locations/{locationId}/tags/{tagId}
Authentication
Requires a Private Integration Token (PIT) with the locations scope enabled.
Important Notes
Location tags are agency-level organizational tools. They’re visible to agency users but not to sub-account users. Use them for internal categorization — “home-services,” “pro-plan,” “partner-reimer,” “onboarding-q1.”
These tags are completely separate from the Contact Tags system. Don’t confuse the two.
Related MCP Tools
- Location CRUD — The locations being tagged
- Contact Tags — Different tag system for contacts within locations
- Location Custom Fields — Additional location-level data
- Location Custom Values — Reusable variables per location
- Location Tasks — Task management across tagged locations