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.
Environment
Steps to Reproduce
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.