agent_switch_quick
Switch between predefined agent personas (IT, hacker, sales, or color-coded roles) using shorthand commands to adapt AI behavior for different contexts.
Instructions
Quick switch agent using shorthand (it/hacker/sales/blue/red/purple)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
type | Yes | Quick switch type |
Input Schema (JSON Schema)
{
"properties": {
"type": {
"description": "Quick switch type",
"enum": [
"it",
"hacker",
"sales",
"blue",
"red",
"purple"
],
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}