I deployed this MCP service, and encountered the following error when listing the tools for this MCP service.
err
litellm.BadRequestError: OpenAIException - Invalid schema for function 'list_users_by_org':
In context=(), object schema missing properties.
The JSON schema definition of the list_users_by_org tool does not conform to the OpenAI Function Calling specification. According to the error message, the tool's parameter object schema is missing a required properties field.