14 lines
215 B
JSON
14 lines
215 B
JSON
{
|
|
"jsonrpc": "2.0",
|
|
"id": 3,
|
|
"method": "tools/call",
|
|
"params": {
|
|
"name": "web_search_exa",
|
|
"arguments": {
|
|
"query": "site:github.com \"does nothing\" stars",
|
|
"numResults": 10
|
|
}
|
|
}
|
|
}
|
|
|