-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
Environment
Current Sentry MCP, Claude Code
Steps to Reproduce
- Ask for recent production issues.
- Claude decides natural lanaguage query - in this case "unresolved access
denied or forbidden errors from last 30 days" - MCP rejects because it thinks I'm trying to use logical operators and chain requests.
`
● plugin:sentry:sentry - search_issues (MCP)(organizationSlug: "labs", naturalLanguageQuery: "unresolved access
denied or forbidden errors from last 30 days", regionUrl:
"https://us.sentry.io", limit: 20)
⎿ Error: Input Error
There was an HTTP 400 error with your request to the Sentry API.
API error (400): Error parsing search query: Boolean statements containing "OR" or "AND" are not supported in this
search
You may be able to resolve the issue by addressing the concern and trying again.
`
Expected Result
LLM should flatten the request based on what you could actually accept to one request and supply a soft warning (or better mcp should know it needs to make multiple queries)
Actual Result
See above.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels