-
Notifications
You must be signed in to change notification settings - Fork 97
Sentry MCP ignores limit parameter #858
Copy link
Copy link
Open
Description
Environment
- MCP server: claude.ai Sentry MCP integration
- Tool: search_issues
Steps to Reproduce
- Connect the Sentry MCP via claude.ai
- Call search_issues with limit set to any value less than 100, e.g.:
search_issues(
organizationSlug: "my-org",
projectSlugOrId: "my-project",
naturalLanguageQuery: "is:unresolved sort:users",
limit: 20
)
Expected Result
At most 20 results returned, as specified by limit: 20. The tool schema documents limit as a valid parameter with a default of 10 and a maximum of 100.
Actual Result
100 results are always returned regardless of the limit value passed. The parameter appears to be silently ignored — the response always contains the maximum of 100 issues.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Fields
Give feedbackNo fields configured for issues without a type.