create_now_assist_skill
Create a Now Assist skill definition by specifying name, description, input/output schemas, and prompt template to enable custom AI-powered automation in ServiceNow.
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 |