create_now_assist_skill
Create Now Assist skill definitions with input/output schemas and prompt template. Requires Now Assist and write permissions to set up ServiceNow automation.
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 |