Skip to main content
Glama

Code Review MCP

by shadabbi

jira.fetch

Retrieve Jira tickets using keys or pull request metadata to streamline code review processes within the Code Review MCP server environment.

Instructions

Fetch Jira tickets by keys or from prMeta

Input Schema

NameRequiredDescriptionDefault
keysNo
optionsNo
prMetaNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "keys": { "items": { "type": "string" }, "type": "array" }, "options": { "type": "string" }, "prMeta": { "additionalProperties": false, "properties": { "body": { "type": "string" }, "branch": { "type": "string" }, "title": { "type": "string" } }, "type": "object" } }, "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/shadabbi/code-review-mcp'

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