create_now_assist_skill
Create a Now Assist skill definition in ServiceNow by specifying its name, description, input and output schemas, and prompt template. Requires Now Assist and write permissions.
Instructions
Create a Now Assist skill definition (requires NOW_ASSIST_ENABLED + WRITE_ENABLED)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Skill name | |
| model | No | Optional model identifier to use for this skill | |
| description | Yes | Skill description | |
| input_schema | Yes | JSON schema string defining the skill input | |
| output_schema | Yes | JSON schema string defining the skill output | |
| prompt_template | Yes | Prompt template for the skill |