can_create_child
Checks if the current user can create a child resource of a specified type within a given parent in the workspace.
Instructions
Check whether the current user can create a child resource inside a parent.
workspace_id: target workspace ID — get available IDs from list_workspaces()
Example: can the user create a "Channel" inside a "HubProfile"?
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | ||
| parent_target_id | Yes | ||
| child_target_type | Yes | ||
| parent_target_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |