MCP tool call with Object type parameter does not work #8371
Replies: 2 comments 1 reply
-
There's not enough information here to help reproduce the issue. Can you share the MCP Server or a minimum reproduction? Also, which AI providers/models are you using? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Could you please give an update for this ? Thank You ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
@danny-avila
Ongoing Issue with add_fields Tool – Properties Being Passed as Empty
Hi,
We are experiencing the same issue again when attempting to pass field properties from LibreChat to MCP. The properties object becomes empty during the process, specifically when using the add_fields tool.
Prompt i tried is :
Add these field into app
{
"app": 810,
"properties": {
type: "SINGLE_LINE_TEXT"
code: "minutes_id",
label: "minutes_id" }
}
}
Here’s the request we’re making:
Running add_fields tool
{
"app_id": 810,
"properties": {
"minutes_id": {
"code": "minutes_id",
"type": "SINGLE_LINE_TEXT",
"label": "minutes_id",
"required": false
}
}
}
Result:
We continue to encounter a technical issue when trying to add the minutes_id field to the app. The system returns the following error:
"properties requires at least one field definition"
Already reported this issue, on but we can't pass the parameters to mcp server
#6713
Thank you.
Version Information
f4d97e1
Steps to Reproduce
{
"app": 810,
"properties": {
type: "SINGLE_LINE_TEXT"
code: "minutes_id",
label: "minutes_id" }
}
}
Here’s the request we’re making:
Running add_fields tool
{
"app_id": 810,
"properties": {
"minutes_id": {
"code": "minutes_id",
"type": "SINGLE_LINE_TEXT",
"label": "minutes_id",
"required": false
}
}
}
Result:
We continue to encounter a technical issue when trying to add the minutes_id field to the app. The system returns the following error:
"properties requires at least one field definition"
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
None
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions