Describe the bug
In the Outlook MCP’s “Find Email” tool, the $search parameter and the $orderBy parameter cannot be used at the same time; otherwise, an error will occur. We should add this constraint to the tool description, because the LLM makes this mistake almost every time.
To Reproduce
Steps to reproduce the behavior:
- Go to https://pipedream.com/connect/demo?app=microsoft_outlook&component=microsoft_outlook-find-email
- Select outlook app and Find email action
- Connect your outlook account
- Fill in the values of $search and $orderBy
- you can see the error
Additional context
$search parameter and the $filter parameter also cannot be used at the same time; we need to add this constraint to the tool description as well.