Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NETLIFY_PERSONAL_ACCESS_TOKEN | No | Your Netlify Personal Access Token (PAT) for authentication |
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 |
---|---|
get-netlify-coding-context | ALWAYS call when writing serverless or Netlify code. required step before creating or editing any type of functions, Netlify sdk/library usage, etc. |
ntl-user-operations | Run one of the following operations get-user |
ntl-deploy-operations | Run one of the following operations get-deploy, get-deploy-for-site, deploy-site |
ntl-team-operations | Run one of the following operations get-teams, get-team |
ntl-project-operations | Run one of the following 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 |
ntl-extension-operations | Run one of the following operations change-extension-installation, get-extensions, get-full-extension-details, initialize-database |