Files
dap-was-dapms/docs/contracts/agent-builder-mcp/examples/agentbuilder-v0.3/tools-call-invalid-tool-arguments-response.json
janghw ec517e88ec
All checks were successful
Deploy Gateway / deploy (push) Successful in 2m38s
initialize 시 routing hint 직렬화 방식변경
2026-09-16 14:14:44 +09:00

14 lines
264 B
JSON

{
"jsonrpc": "2.0",
"id": 3,
"result": {
"content": [
{
"type": "text",
"text": "{\"reasonCode\":\"INVALID_TOOL_ARGUMENTS\",\"message\":\"Tool arguments do not match the required schema.\"}"
}
],
"isError": true
}
}