agent_activate
Activate specialized AI agents for IT support, ethical hacking, sales expertise, or security team roles to enhance task-specific assistance and knowledge application.
Instructions
Activate a specialized AI agent (IT Expert, Hacker, Sales, Blue/Red/Purple Team)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
agent | Yes | Agent ID to activate |
Input Schema (JSON Schema)
{
"properties": {
"agent": {
"description": "Agent ID to activate",
"enum": [
"it-expert",
"ethical-hacker",
"sales-expert",
"blue-team",
"red-team",
"purple-team"
],
"type": "string"
}
},
"required": [
"agent"
],
"type": "object"
}