Skip to main content
Glama

YCloud WhatsApp API MCP Server

keyword.d.ts679 B
import type { KeywordCxt } from "."; import type { AddedKeywordDefinition, MacroKeywordDefinition, FuncKeywordDefinition } from "../../types"; import type { SchemaObjCxt } from ".."; import type { JSONType } from "../rules"; export declare function macroKeywordCode(cxt: KeywordCxt, def: MacroKeywordDefinition): void; export declare function funcKeywordCode(cxt: KeywordCxt, def: FuncKeywordDefinition): void; export declare function validSchemaType(schema: unknown, schemaType: JSONType[], allowUndefined?: boolean): boolean; export declare function validateKeywordUsage({ schema, opts, self, errSchemaPath }: SchemaObjCxt, def: AddedKeywordDefinition, keyword: string): void;

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/YCloud-Developers/ycloud-whatsapp-mcp-server'

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