clickup_get_workspace_seats
Check used, total, and available member and guest seats for a ClickUp Workspace to determine if you can invite new members or guests without incurring extra charges.
Instructions
Report used, total, and available member and guest seats for a Workspace.
When to Use:
Before inviting members/guests, to confirm free seats exist (an invite on a full paid plan may add a billable seat).
When NOT to Use:
To read the plan tier — use
clickup_get_workspace_plan.
Returns: Member seats (filled/total/empty) and guest seats (filled/total/empty). Guest totals may be reported as "Infinity" on unlimited plans.
Examples:
params = {}
params = {"team_id": "9008", "response_format": "json"}
Error Handling:
404 → unknown team id; 401 → bad token. Errors return an Error ... string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |