Skip to main content
Glama
friendlygeorge

sentry-mcp-server

list_members

Retrieve members of a Sentry organization to view user ID, email, name, role, and org role information.

Instructions

List members of a Sentry organization. Returns user id, email, name, role, and org role info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
orgYesOrganization slug (e.g. 'acme')
cursorNoPagination cursor. Omit for first page.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states the return fields and does not mention pagination behavior (despite a cursor parameter), authentication requirements, rate limits, or the read-only nature of the operation, leaving significant behavioral ambiguity.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loads the action, and includes only essential information without redundancy. Every word contributes to understanding the tool's purpose and output.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple listing tool, the description covers the core functionality and return fields, but it omits pagination details and any required permissions. Given there is no output schema, the return field list helps, but the lack of behavioral context reduces completeness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides descriptions for both parameters (org and cursor) with 100% coverage, so the baseline is 3. The description does not add any additional parameter meaning beyond what the schema already states.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses the specific verb 'List' and identifies the resource as 'members of a Sentry organization,' clearly distinguishing it from sibling tools like list_projects or list_issues. It also enumerates the returned fields (user id, email, name, role, org role info), providing a precise scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description lacks any guidance on when to use this tool versus alternatives. There is no mention of prerequisites, use cases, or exclusions; it simply states what the tool does, leaving the agent to infer applicability.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/friendlygeorge/sentry-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server