Skip to main content
Glama
tanker327

Prompts MCP Server

by tanker327
types.ts808 B
/** * Type definitions for the prompts MCP server */ export interface PromptMetadata { title?: string; description?: string; category?: string; tags?: string[]; difficulty?: 'beginner' | 'intermediate' | 'advanced'; author?: string; version?: string; [key: string]: unknown; } export interface PromptInfo { name: string; metadata: PromptMetadata; preview: string; } export interface ToolArguments { name?: string; filename?: string; content?: string; // Fields for create_structured_prompt title?: string; description?: string; category?: string; tags?: string[]; difficulty?: 'beginner' | 'intermediate' | 'advanced'; author?: string; } export interface ServerConfig { name: string; version: string; promptsDir: string; prompts_folder_path?: 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/tanker327/prompts-mcp-server'

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