| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Unique identifier for the Tool. | [optional] |
| name | string | Name of the Tool. | [optional] |
| user_id | int | Creator of the Tool. | [optional] |
| group_id | int | Group that has access to the Tool. | [optional] |
| category | string | Category of the Tool | [optional] |
| cbrain_task_class_name | string | The name of the Task class that will be created when jobs are launched using the Tool. | [optional] |
| select_menu_text | string | Text that appears for Tool selection. | [optional] |
| description | string | Description of the Tool. | [optional] |
| url | string | URL of the website that describes the Tool and possibly has code for the Tool. | [optional] |