Files
dap-was-dapms/docs/contracts/agent-builder-mcp/examples/agentbuilder-v0.2/tools-call-request.json
2026-08-05 15:54:25 +09:00

12 lines
168 B
JSON

{
"jsonrpc": "2.0",
"id": 3,
"method": "tools/call",
"params": {
"name": "customer.search",
"arguments": {
"customerNo": "1234567890"
}
}
}