Experimental
This connector is new and may have rough edges. APIs and tool names could change between releases. Please report issues on GitHub.
Changelog
Initial release. 10 tools for sites, deploys, environment variables, and forms.
Setup
What you'll need: A Netlify personal access token. Go to app.netlify.com/user/applications and create a token. The connect command will prompt you to paste it.
Tools
Sites 2 tools
- netlify_list_sites - List all sites in your account
- netlify_get_site - Get full details of a specific site
Deploys 4 tools
- netlify_list_deploys - List deploys for a site with status filters
- netlify_get_deploy - Get full details of a specific deploy
- netlify_rollback - Rollback a site to a previous deploy
- netlify_trigger_build - Trigger a new build and deploy
Environment Variables 2 tools
- netlify_list_env_vars - List environment variables for a site
- netlify_set_env_var - Create or update an environment variable
Forms 2 tools
- netlify_list_forms - List all forms on a site
- netlify_list_submissions - List form submissions with pagination