Skip to main content
Glama
its-qusai-nasr

Jira Admin MCP Server

jira_groups_get_members

Read-only

Retrieve members of a Jira group with pagination support, returning account details and active status.

Instructions

Get members of a Jira group.

Returns: {group_name, total, members: [{account_id, display_name, email, active}]}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
group_nameYesExact group name, e.g. 'jira-developers', 'jira-administrators'
max_resultsNoMax members to return. Default: 50
start_atNoPagination offset. Default: 0

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Beyond annotations (readOnlyHint=true), the description adds the return format: group_name, total, members with fields. This discloses behavioral traits such as the structure of the response. No contradictions with annotations.

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 very concise: two sentences, front-loaded with the purpose, and includes essential return details. No wasted words.

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 simple read tool, the description covers purpose and return format. It does not explicitly explain pagination parameters (max_results, start_at) but those are in the schema. Output schema exists, so the return structure description adds value. Lacks minor contextual details but is sufficient.

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?

Schema description coverage is 100%, so baseline is 3. The description does not add further meaning beyond what the schema already provides for parameters (group_name, max_results, start_at). It adequately covers parameter semantics through the schema.

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 clearly states 'Get members of a Jira group'. It specifies the resource (Jira group) and action (get members). It is easily distinguishable from sibling tools like jira_groups_list (list groups) and jira_groups_add_user (add user), and includes the return structure.

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

Usage Guidelines4/5

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

The description provides clear context for a read operation to get group members, but does not explicitly state when to use this tool versus alternatives like jira_groups_list. It lacks exclusion or contextual guidance, but the purpose is clear enough.

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/its-qusai-nasr/jira-admin-mcp'

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