Skip to main content
Glama

MCP App Workers Template

by MCPJam
types.ts344 B
export type AnimePayload = { image_url: string | null; url: string | null; title_english: string | null; rating: string | null; score: number | null; synopsis: string | null; year: number | null; genres: string[]; studios: string[]; }; export type AnimeStructuredContent = { query: string; anime: AnimePayload | null; };

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/MCPJam/mcp-app-workers-template'

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