Skip to content

Sentry MCP ignores limit parameter #858

@kevin-wongso

Description

@kevin-wongso

Environment

  • MCP server: claude.ai Sentry MCP integration
  • Tool: search_issues

Steps to Reproduce

  1. Connect the Sentry MCP via claude.ai
  2. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions