Skip to main content
Glama

YCloud WhatsApp API MCP Server

normalize-args.d.ts608 B
import type { Options, ParserOptions } from "./options.js"; import type { JSONSchema, SchemaCallback } from "./types"; export interface NormalizedArguments<S extends object = JSONSchema, O extends ParserOptions<S> = ParserOptions<S>> { path: string; schema: S; options: O & Options<S>; callback: SchemaCallback<S>; } /** * Normalizes the given arguments, accounting for optional args. */ export declare function normalizeArgs<S extends object = JSONSchema, O extends ParserOptions<S> = ParserOptions<S>>(_args: Partial<IArguments>): NormalizedArguments<S, O>; export default normalizeArgs;

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