Skip to main content
Glama

Netlify MCP Server

Official
by netlify

netlify-team-services

Manage Netlify teams with operations like retrieving team details or listing all teams. Integrates with the Netlify MCP Server for streamlined team resource handling.

Instructions

Select and run one of the following Netlify operations get-teams, get-team

Input Schema

NameRequiredDescriptionDefault
selectSchemaYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "selectSchema": { "anyOf": [ { "additionalProperties": false, "properties": { "aiAgentName": { "type": "string" }, "llmModelName": { "type": "string" }, "operation": { "const": "get-teams", "type": "string" }, "params": { "additionalProperties": false, "properties": {}, "type": "object" } }, "required": [ "operation", "params" ], "type": "object" }, { "additionalProperties": false, "properties": { "aiAgentName": { "type": "string" }, "llmModelName": { "type": "string" }, "operation": { "const": "get-team", "type": "string" }, "params": { "additionalProperties": false, "properties": { "teamId": { "type": "string" } }, "required": [ "teamId" ], "type": "object" } }, "required": [ "operation", "params" ], "type": "object" } ] } }, "required": [ "selectSchema" ], "type": "object" }

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

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