ApiSchemas
ToolConfig
One shape from the contract, as it appears on the wire.
Used by agents.create, agents.promote, agents.update, agents.upsert, agents.versions
Referenced from SubagentToolOverride
JSON Schema
{
"anyOf": [
{
"$ref": "#/components/schemas/BuiltinToolConfig"
},
{
"$ref": "#/components/schemas/McpToolConfig"
},
{
"$ref": "#/components/schemas/ProviderToolConfig"
}
]
}