Skip to main content
Glama

YCloud WhatsApp API MCP Server

properties.d.ts879 B
import type { CodeKeywordDefinition, ErrorObject, KeywordErrorDefinition, SchemaObject } from "../../types"; import type { KeywordCxt } from "../../compile/validate"; import { _JTDTypeError } from "./error"; declare enum PropError { Additional = "additional", Missing = "missing" } type PropKeyword = "properties" | "optionalProperties"; type PropSchema = { [P in string]?: SchemaObject; }; export type JTDPropertiesError = _JTDTypeError<PropKeyword, "object", PropSchema> | ErrorObject<PropKeyword, { error: PropError.Additional; additionalProperty: string; }, PropSchema> | ErrorObject<PropKeyword, { error: PropError.Missing; missingProperty: string; }, PropSchema>; export declare const error: KeywordErrorDefinition; declare const def: CodeKeywordDefinition; export declare function validateProperties(cxt: KeywordCxt): void; export default def;

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