Skip to main content
Glama

Jira MCP Server

by KS-GEN-AI

execute_jql

Run JQL queries on Jira to fetch issue data via the REST API. Specify the query and number of results to retrieve and streamline issue tracking and management.

Instructions

Execute a JQL query on Jira on the api /rest/api/3/search. Do not use markdown in your query.

Input Schema

NameRequiredDescriptionDefault
jqlYesJQL query string
number_of_resultsNoNumber of results to return

Input Schema (JSON Schema)

{ "properties": { "jql": { "description": "JQL query string", "type": "string" }, "number_of_results": { "default": 1, "description": "Number of results to return", "type": "integer" } }, "required": [ "jql" ], "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/KS-GEN-AI/jira-mcp-server'

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