clickup_create_location_chat_channel
Create a chat channel tied to a Space, Folder, or List by specifying its location ID and type.
Instructions
Create a Chat channel bound to a Space, Folder, or List.
The channel's name is derived from the location, so there is no name
field — pass the location id and its type instead. The location is sent as
{"id": <location_id>, "type": <space|folder|list>}.
When to Use:
To give a specific Space/Folder/List its own conversation channel.
When NOT to Use:
For a standalone, named channel — use
clickup_create_chat_channel.For a DM — use
clickup_create_direct_message.
Returns: A confirmation with the channel's name, id, and bound location.
Examples:
params = {"location_id": "901300", "location_type": "space"}
params = {"location_id": "L9", "location_type": "list", "visibility": "PRIVATE"}
Error Handling:
400 → bad location; 404 → location not found. Errors return an Error ... string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |