{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Từ khóa cần tìm"
},
"limit": {
"type": "number",
"description": "Số kết quả tối đa (1-50, mặc định 10)"
}
},
"required": [
"query"
]
}{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Số tin tối đa (1-50, mặc định 10)"
}
}
}{
"type": "object",
"properties": {}
}