Skip to main content
Glama
rustem-shiriiazdanov

atlassian-marketplace-mcp

developer_space_members_list

Read-onlyIdempotent

List team members in a developer space with cursor-based pagination. Returns member details including roles and contact information.

Instructions

List team members in the developer space. Returns {members:[{aaid, roles, categories, email, userName}], next}. CURSOR-paginated, but with a NON-STANDARD shape (unlike the links.next URL used by other list tools): next is a BARE opaque cursor token (or absent on the last page) — pass its value straight back as the cursor param to get the following page. Page size via limit (default 10, max 50).

📖 Spec (GET /rest/3/developer-space/{developerId}/members?limit={limit}&cursor={cursor}): https://developer.atlassian.com/platform/marketplace/rest/v4/api-group-developer-space/#api-rest-3-developer-space-developerid-members-limit-limit-cursor-cursor-get

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoPage size (default 10, max 50).
cursorNoOpaque token from the previous response's top-level `next` field (a bare token, NOT a URL).
developerIdNoa1b2c3d4-e5f6-7890-abcd-ef1234567890
Behavior4/5

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

Beyond annotations (readOnlyHint, etc.), the description adds critical context about non-standard cursor pagination shape, page size limits, and links to API spec, clarifying behavioral nuances.

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

Conciseness4/5

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

Well-structured: purpose first, then return shape, pagination specifics, and spec link. Information-dense without being verbose.

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

Completeness4/5

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

For a list tool with no output schema, the description adequately documents return shape, pagination mechanism, and parameter behavior. The spec link provides further reference.

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

Parameters4/5

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

With 67% schema coverage, the description adds practical usage details for limit and cursor (e.g., 'pass its value straight back') beyond schema descriptions, though developerId remains minimally explained.

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

Purpose4/5

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

The description clearly states it lists team members in the developer space and specifies the return shape and pagination, but does not explicitly differentiate from sibling list tools like developer_space_listings.

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

Usage Guidelines3/5

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

Provides detailed pagination usage instructions but no explicit guidance on when to use this tool versus alternatives (e.g., developer_space_member_get for single member).

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/rustem-shiriiazdanov/atlassian-marketplace-mcp'

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