Skip to main content
Glama

YCloud WhatsApp API MCP Server

parse.d.ts411 B
import type $Refs from "./refs.js"; import type { ParserOptions } from "./options.js"; import type { JSONSchema } from "./types/index.js"; /** * Reads and parses the specified file path or URL. */ declare function parse<S extends object = JSONSchema, O extends ParserOptions<S> = ParserOptions<S>>(path: string, $refs: $Refs<S, O>, options: O): Promise<string | Buffer | S | undefined>; export default parse;

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