Skip to main content
Glama

Google Ads MCP Server

by seovimalraj
schemas.ts595 B
import { z } from 'zod'; export const autocompleteInputSchema = z.object({ query: z.string().min(1, 'query is required.').max(512, 'query must be 512 characters or fewer.'), }); export const trendIndexInputSchema = z.object({ keyword: z.string().min(1, 'keyword is required.'), geo: z.string().max(32).optional(), timeRange: z.string().min(1).optional(), category: z.number().int().min(0).optional(), property: z.string().optional(), }); export type AutocompleteInput = z.infer<typeof autocompleteInputSchema>; export type TrendIndexInput = z.infer<typeof trendIndexInputSchema>;

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/seovimalraj/google-ads-mcp'

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