Bug Description
Cursor cannot figure out how to structure the parameters for that tool call. No matter what Cursor seems to try it gets the errors.
- When I pass an object: "Parameter 'query' must be of type undefined, got object"
- When I pass a string: "Parameter 'query' must be of type undefined, got string"
and then it reports: "Invalid type for parameter 'query' in tool search_notes"
Any chance you can give me some guidance with this?
Steps To Reproduce
Steps to reproduce the behavior:
try using search tool in Cursor.
Possible Solution
The tool args should probably be plain text and not json to make it easier to call.
Bug Description
Steps To Reproduce
Steps to reproduce the behavior:
try using search tool in Cursor.
Possible Solution
The tool args should probably be plain text and not json to make it easier to call.