Skip to main content
Glama

Netlify MCP Server

940

ntl-user-operations

Execute user-related operations on Netlify MCP Server, such as retrieving user details, to manage Netlify resources efficiently using natural language prompts.

Instructions

Run one of the following operations get-user

Input Schema

NameRequiredDescriptionDefault
selectSchemaYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "selectSchema": { "additionalProperties": false, "properties": { "aiAgentName": { "type": "string" }, "llmModelName": { "type": "string" }, "operation": { "const": "get-user", "type": "string" }, "params": { "additionalProperties": false, "properties": {}, "type": "object" } }, "required": [ "operation", "params" ], "type": "object" } }, "required": [ "selectSchema" ], "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