Skip to main content
Glama

MCP Evolution API

by aiteks-ltda
schema.ts709 B
import { z } from "zod"; export const sendReactionSchema = z.object({ instanceName: z.string().describe("The name of the evolution instance to interact with."), reactionMessage: z.object({ key: z.object({ remoteJid: z.string().describe("Chat contact or group remote JID"), fromMe: z.boolean().describe("If the message was sent by the instance owner or not"), id: z.string().describe("Message ID") }).describe("Information about the message to react to"), reaction: z.string().describe("Reaction emoji (e.g., '🚀', '❤️', '👍')") }).describe("Information about the reaction message to send") }); export type SendReactionSchema = z.infer<typeof sendReactionSchema>;

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/aiteks-ltda/mcp-evolution-whatsapp-api'

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