cae15364d622b65ab84403e3523351af852995c0source_git · leonardsellem/codex-subagents-mcp · current release
Observed 2026-08-25T08:28:38.062Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.
{
"tools": {}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
delegateRun a named sub-agent as a clean Codex exec with its own persona/profile.Input schema{
"type": "object",
"properties": {
"agent": {
"type": "string"
},
"task": {
"type": "string"
},
"cwd": {
"type": "string"
},
"mirror_repo": {
"type": "boolean",
"default": false
},
"profile": {
"type": "string"
},
"persona": {
"type": "string"
},
"approval_policy": {
"type": "string",
"enum": [
"never",
"on-request",
"on-failure",
"untrusted"
]
},
"sandbox_mode": {
"type": "string",
"enum": [
"read-only",
"workspace-write",
"danger-full-access"
]
}
},
"required": [
"agent",
"task"
],
"additionalProperties": false
} | — | — · — | — |
delegate_batchRun multiple sub-agents in parallelInput schema{
"type": "object",
"properties": {
"agent": {
"type": "string"
},
"task": {
"type": "string"
},
"cwd": {
"type": "string"
},
"mirror_repo": {
"type": "boolean",
"default": false
},
"profile": {
"type": "string"
},
"persona": {
"type": "string"
},
"approval_policy": {
"type": "string",
"enum": [
"never",
"on-request",
"on-failure",
"untrusted"
]
},
"sandbox_mode": {
"type": "string",
"enum": [
"read-only",
"workspace-write",
"danger-full-access"
]
}
},
"required": [
"agent",
"task"
],
"additionalProperties": false
} | — | — · — | — |
list_agentsList available sub-agents from built-ins and custom agents dir.Input schema{
"type": "object",
"properties": {},
"additionalProperties": false
} | — | — · — | — |
validate_agentsValidate agent files and report errors/warnings per file.Input schema{
"type": "object",
"properties": {
"dir": {
"type": "string"
}
},
"additionalProperties": false
} | — | — · — | — |