Skip to main content
Glama

mcp-jira-stdio

jira_get_visible_projects

Retrieve all Jira projects accessible to your account, including project keys, names, descriptions, and metadata. Filter results by recently accessed projects or expand details like issue types and project leads.

Instructions

Retrieves all projects accessible to the authenticated user. Returns project keys, names, descriptions, and basic metadata.

Input Schema

NameRequiredDescriptionDefault
expandNoAdditional project details to include (e.g., ["description", "lead", "issueTypes"])
recentNoLimit results to recently accessed projects (max number)

Input Schema (JSON Schema)

{ "properties": { "expand": { "default": [], "description": "Additional project details to include (e.g., [\"description\", \"lead\", \"issueTypes\"])", "items": { "type": "string" }, "type": "array" }, "recent": { "description": "Limit results to recently accessed projects (max number)", "maximum": 100, "minimum": 1, "type": "number" } }, "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