Skip to main content
Glama

Letz AI MCP

Official
by Letz-AI
export const upscaleImageTool = { name: "letzai_upscale_image", description: "Upscale an image using the LetzAI public api", inputSchema: { type: "object", properties: { imageId: { type: "string", description: "The unique identifier of the image to be upscaled.", }, imageUrl: { type: "string", description: "The URL of the image to be upscaled. Must be a publicly available URL.", }, strength: { type: "number", default: 1, description: "The strength of the upscaling process. Min. 1, Max. 3.", }, }, required: ["strength"], }, };

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/Letz-AI/letzai-mcp'

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