Skip to main content
Glama
assignIssue.ts471 B
import z from 'zod'; export const assignIssueSchema = z.object({ issueKey: z.string(), userQuery: z.string(), }); export const unassignIssueSchema = z.object({ issueKey: z.string(), }); export const userResponseSchema = z.array( z.object({ self: z.string(), accountId: z.string(), accountType: z.string(), emailAddress: z.string(), displayName: z.string(), active: z.boolean(), timeZone: z.string(), locale: z.string(), }) );

Latest Blog Posts

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

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