create_case
Generate a new Pega case by specifying the case type and optional content. Automatically discovers fields if content is missing and provides guidance. Handles field issues and allows adding attachments or page operations for comprehensive case creation.
Instructions
Create a new Pega case with specified case type and optional content. If no content is provided, the tool will automatically discover available fields and provide guidance. If case creation fails due to field issues, field discovery will be performed automatically.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attachments | No | A list of attachments to be added to specific attachment fields (optional) | |
caseTypeID | Yes | The class of the case being created (required) | |
content | No | A map of scalar properties and embedded page properties to be set upon case creation (optional). If not provided, the tool will discover available fields and return guidance with examples. | |
pageInstructions | No | A list of page-related operations to be performed on embedded pages, page lists, or page group properties (optional) | |
pageName | No | If provided, view metadata for specific page name will be returned (only used when viewType is "page") | |
parentCaseID | No | The ID of the case serving as the parent case (optional) | |
viewType | No | Type of view data to return. "none" returns no UI resources, "form" returns form UI metadata, "page" returns full page UI metadata | none |