Collaborator: Create Review
collaborator_create_reviewCreate a new review in Collaborator using optional parameters for creator, title, template, and access policy to control review setup.
Instructions
Creates a new review in Collaborator. All parameters are optional.
Toolset: Review Management
Parameters:
creator (string): Collaborator username of the review creator. Optional. Default: currently logged in user.
title (string): Title of the review. Optional. Default: null.
templateName (string): Review template name. Optional. Default: system default template.
accessPolicy (string): Access policy for the review. Optional. Default: ANYONE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Title of the review. Optional. Default: null. | |
| creator | No | Collaborator username of the review creator. Optional. Default: currently logged in user. | |
| accessPolicy | No | Access policy for the review. Optional. Default: ANYONE. | |
| templateName | No | Review template name. Optional. Default: system default template. |