call_tool
Execute tool calls with unified branching and safety checks to handle code analysis, semantic search, security scanning, and automated refactoring tasks.
Instructions
Handle tool calls with unified branching and robust safety checks.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
arguments | Yes | ||
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"arguments": {
"additionalProperties": true,
"title": "Arguments",
"type": "object"
},
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name",
"arguments"
],
"type": "object"
}