{
"name": "string",
"type": "string",
"description": "string",
"input_schema": {
"type": "string",
"properties": {
"key": {}
},
"required": [
"string"
]
},
"allowed_callers": [
"string"
],
"cache_control": {
"type": "string",
"ttl": "string"
},
"defer_loading": true,
"eager_input_streaming": true,
"input_examples": [
{
"key": {}
}
],
"strict": true,
"allowed_domains": [
"string"
],
"blocked_domains": [
"string"
],
"max_uses": 0,
"user_location": {
"type": "string",
"city": "string",
"country": "string",
"region": "string",
"timezone": "string"
},
"citations": {
"enabled": true
},
"max_content_tokens": 0,
"use_cache": true,
"max_characters": 0
}