Skip to main content
Glama

Netlify MCP Server

deploy-function

Deploy serverless functions to Netlify by specifying the function name, file path, and runtime. Automate deployment for efficient API and backend functionality integration.

Instructions

Deploy a serverless function

Input Schema

NameRequiredDescriptionDefault
nameYesFunction name
pathYesPath to the function file
runtimeNoFunction runtime (e.g., nodejs, go)

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Function name", "type": "string" }, "path": { "description": "Path to the function file", "type": "string" }, "runtime": { "description": "Function runtime (e.g., nodejs, go)", "type": "string" } }, "required": [ "path", "name" ], "type": "object" }

You must be authenticated.

Other Tools from Netlify MCP Server

Related Tools

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/DynamicEndpoints/Netlify-MCP-Server'

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