Skip to main content
Glama
types.d.ts722 B
export interface JiraConfig { instanceUrl: string; email: string; apiKey: string; } export interface SprintConfig { name: string; goal?: string; startDate: string; endDate: string; originBoardId: number; } export interface JiraIssue { id: string; key: string; fields: { summary: string; description: string; status: { name: string; statusCategory: { key: string; }; }; priority?: { name: string; }; customfield_10016?: number; }; } export interface JiraBoard { id: number; type: string; } export interface JiraBoards { values: JiraBoard[]; }

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

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