[
{
"role": "system",
"content": "帮我查询用户ID为123的信息"
}
]curl --location --request POST 'https://open.lcchunyi.com/v1test/ccrc/llm/mcp/tools/identify?system&biz' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"role": "system",
"content": "帮我查询用户ID为123的信息"
}
]'{
"code": "string",
"message": "string",
"data": {
"name": "查询用户信息",
"arguments": {
"userId": "123"
}
},
"success": true
}