Skip to main content
Glama

Netlify MCP Server

940

get-netlify-coding-context

Call before writing serverless or Netlify code to ensure proper context for functions, SDK, or library usage. Supports serverless, edge functions, blobs, image CDN, forms, and databases.

Instructions

ALWAYS call when writing serverless or Netlify code. required step before creating or editing any type of functions, Netlify sdk/library usage, etc.

Input Schema

NameRequiredDescriptionDefault
creationTypeYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "creationType": { "enum": [ "serverless", "edge-functions", "blobs", "image-cdn", "forms", "db" ], "type": "string" } }, "required": [ "creationType" ], "type": "object" }

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/tharunkalluru/netlify-mcp'

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