Skip to main content
Glama

Gyazo MCP Server

by nota
types.ts877 B
/** * Type definitions */ /** * Type definition for Gyazo image */ export type GyazoImage = { image_id: string; permalink_url: string; thumb_url: string; url: string; type: string; created_at: string; metadata: { app: string; title: string; url: string; desc: string; }; ocr?: { locale: string; description: string; }; exif_normalized?: { latitude: number; longitude: number; }; }; /** * Type definition for search API response */ export type SearchedGyazoImage = { image_id: string; permalink_url: string; url: string; access_policy: string | null; type: string; thumb_url: string; created_at: string; alt_text: string; }; /** * Type definition for upload API response */ export type GyazoUploadResponse = { image_id: string; permalink_url: string; url: string; thumb_url?: string; };

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/nota/gyazo-mcp-server'

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