Skip to main content
Glama

mcp-jira-stdio

jira_get_users

Search for Jira users by name, email, username, or account ID to retrieve display names, email addresses, account status, and account types with pagination support.

Instructions

Search for users by name, email, username, or account ID. Returns display name, email, account status, and account type. Supports pagination.

Input Schema

NameRequiredDescriptionDefault
accountIdNoSpecific account ID to search for
maxResultsNoMaximum number of results to return
queryNoSearch query for user name or email (partial matches supported)
startAtNoIndex of first result to return (for pagination)
usernameNoSpecific username to search for

Input Schema (JSON Schema)

{ "properties": { "accountId": { "description": "Specific account ID to search for", "type": "string" }, "maxResults": { "default": 50, "description": "Maximum number of results to return", "maximum": 50, "minimum": 1, "type": "number" }, "query": { "description": "Search query for user name or email (partial matches supported)", "type": "string" }, "startAt": { "default": 0, "description": "Index of first result to return (for pagination)", "minimum": 0, "type": "number" }, "username": { "description": "Specific username to search for", "type": "string" } }, "required": [], "type": "object" }

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/freema/mcp-jira-stdio'

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