Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NETLIFY_PERSONAL_ACCESS_TOKEN | No | A Netlify Personal Access Token (PAT) that can be temporarily added to resolve authentication issues |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
netlify-coding-rules | ALWAYS call when writing serverless or Netlify code. required step before creating or editing any type of functions, Netlify sdk/library usage, etc. |
netlify-user-services | Select and run one of the following Netlify operations get-user |
netlify-deploy-services | Select and run one of the following Netlify operations get-deploy, get-deploy-for-site, deploy-site |
netlify-team-services | Select and run one of the following Netlify operations get-teams, get-team |
netlify-project-services | Select and run one of the following Netlify operations get-project, get-projects, update-visitor-access-controls, update-forms, get-forms-for-project, manage-form-submissions, update-project-name, manage-env-vars, create-new-project |
netlify-extension-services | Select and run one of the following Netlify operations change-extension-installation, get-extensions, get-full-extension-details, initialize-database |