Skip to main content
Glama
WebflowCollectionsCreateRequestSchema.ts516 B
import z from "zod"; // NOTE: Cursor agent seems to struggle when provided with z.union(...), so we simplify the type here export const WebflowCollectionsCreateRequestSchema = z.object({ displayName: z .string() .describe( "Name of the collection. Each collection must have a unique name within the site." ), singularName: z.string().describe("Singular name of the collection."), slug: z .string() .optional() .describe("Slug of the collection in the site URL structure. "), });

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