Skip to main content
Glama
prompt-types.tsโ€ข979 B
export interface PromptData { id: string; title: string; description: string; category: string; tags: string[]; prompt: string; examples?: { input: string; output: string; }[]; effectiveness: number; author: string; version: string; created_at: string; updated_at: string; } export interface PromptWithScore extends PromptData { searchScore: number; } export interface PromptStats { totalPrompts: number; categories: number; categoryBreakdown: Record<string, number>; } export interface LogEntry { timestamp: string; level: string; component: string; message: string; data?: any; } export type PromptCategory = | "ui-design" | "onboarding" | "development" | "debugging" | "documentation"; export interface GetPromptsRequest { category?: PromptCategory; } export interface GetPromptRequest { name: string; arguments?: { task?: string; }; } export interface SearchPromptsRequest { query: 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/LeonNonnast/mcpdevprompts'

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