Skip to main content
Glama
WebflowCollectionsItemsCreateItemRequestSchema.ts349 B
import { z } from "zod"; import { CollectionItemPostSingleSchema } from "./CollectionItemPostSingleSchema"; // NOTE: Cursor agent seems to struggle when provided with z.union(...), so we simplify the type here export const WebflowCollectionsItemsCreateItemRequestSchema = z.object({ items: z.array(CollectionItemPostSingleSchema).optional(), });

Latest Blog Posts

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/webflow/mcp-server'

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