create_checklist_jwt
Create IT Glue checklists using JWT authentication when API key auth is unsupported. Automatically opens browser for SAML login if no valid token is cached.
Instructions
Create a new checklist using JWT authentication.
This tool uses JWT authentication (captured from browser session) instead of API key authentication. This is REQUIRED for checklist creation because IT Glue's API key auth doesn't support it.
If no valid JWT token is cached, this will open a browser window for SAML authentication.
Args: organization_id: Organization ID (required) name: Checklist name description: Checklist description checklist_template_id: Optional template ID to create from due_date: Due date in ISO format (YYYY-MM-DD) assignee_id: User ID to assign the checklist to restricted: Whether the checklist is restricted
Returns: JSON string with the created checklist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| due_date | No | ||
| restricted | No | ||
| assignee_id | No | ||
| description | No | ||
| organization_id | Yes | ||
| checklist_template_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |