get_site
Get Site
Retrieve detailed information about a specific Netlify site, including build settings, repository configuration, deploy settings, and domain information.
get_site
Retrieve detailed information about a specific Netlify site, including build settings, repository configuration, deploy settings, and domain information.
create_snippet
Add a JavaScript or HTML snippet to a Netlify site. Snippets can be injected into the head or footer of all pages, and optionally into form thank-you pages.
get_deploy
Get detailed information about a specific deploy, including its state, URL, commit information, and error details if applicable.
update_hook
Update an existing notification hook. Modify the event type, hook data, or enable/disable the hook.
list_env_vars
List all environment variables for a Netlify account. Optionally filter by a specific site. Shows values per deploy context.
toggle_split_test
Enable or disable a split test on a Netlify site.
create_hook
Create a new notification hook on a Netlify site. Configure webhooks (URL), email, or Slack notifications for deploy and form submission events.
create_site
Create a new Netlify site. Optionally link it to a Git repository and configure build settings. The site can be created under a specific team account.
list_split_tests
List all A/B split tests for a Netlify site. Shows traffic distribution across branches and active status.
manage_deploy
Perform actions on a deploy: cancel a running build, lock/unlock auto-publishing, restore a previous deploy, or delete a deploy.
update_split_test
Update the branch traffic distribution of an existing split test.
purge_cache
Purge cached content from Netlify's CDN for a site. Optionally limit the purge to specific cache tags.
create_split_test
Create a new A/B split test for a Netlify site. Define traffic distribution across branches.
list_forms
List all forms for a Netlify site. Returns form metadata including submission count and creation date.
list_accounts
List all Netlify accounts/teams accessible by the authenticated user. Returns account IDs and slugs needed for other operations like managing environment variables and DNS zones.
delete_site
Permanently delete a Netlify site. This action cannot be undone and will remove the site, all deploys, and associated resources.
delete_form_submission
Delete a specific form submission by its ID.
list_hooks
List all notification hooks configured for a Netlify site. Hooks can be webhooks, email notifications, or Slack messages triggered by deploy or form submission events.
list_snippets
List all JavaScript/HTML code snippets injected into a Netlify site's pages. Shows both general page snippets and form thank-you page snippets.
delete_env_var
Delete an environment variable from a Netlify account. Optionally scope to a specific site.
update_site
Update configuration of an existing Netlify site. Modify site name, custom domain, build settings, and repository linking.
delete_snippet
Remove a code snippet from a Netlify site.
set_env_vars
Create or update environment variables for a Netlify account. Variables can have different values per deploy context (production, deploy-preview, branch-deploy, dev). If a variable already exists, it will be fully replaced.
list_deploys
List deploys for a Netlify site. Returns deploy history with state, branch, and commit information. Supports pagination.
manage_dns_records
List, create, or delete DNS records within a Netlify DNS zone. Supports A, AAAA, CNAME, MX, TXT, NS, and other record types.
manage_dns_zone
Create or delete a Netlify DNS zone. Use this to set up DNS management for a domain.
list_sites
List all Netlify sites accessible by the authenticated user. Supports filtering and pagination to browse through large numbers of sites.
list_form_submissions
List form submissions for a specific form or all forms on a site. Returns submission data, timestamps, and sender information.
delete_hook
Permanently delete a notification hook from a Netlify site.
list_dns_zones
List all DNS zones managed by Netlify DNS. Optionally filter by account slug.
update_snippet
Update an existing code snippet on a Netlify site. Modify the title, code content, or injection position.
manage_form_submission_state
Mark a Netlify form submission as spam or verified (ham).
manage_site_files
List deployed files for a Netlify site or get metadata for a specific deployed file path.
manage_build_hooks
List, get, create, update, or delete Netlify build hooks for a site. Build hooks provide trigger URLs for starting site builds.
manage_site_metadata
Get or replace custom metadata for a Netlify site. Metadata is an arbitrary JSON object stored with the site.
get_form_submission
Get a specific Netlify form submission by ID, including submitted fields and sender metadata.
list_hook_types
List Netlify notification hook types, required fields, and events supported for creating hooks.
manage_builds
List builds for a Netlify site, get a build by ID, or trigger a new build for a site.
Manage web application sites, deploys, builds, build hooks, deployed files, metadata, and hosting on Netlify. Create, update, configure, list, and delete sites. Manage environment variables with per-context values and scopes. Access and manage form submissions, including spam filtering. Configure DNS zones and records. Inject JavaScript or HTML snippets into site pages. Create and manage split tests (A/B testing) for traffic routing between branches. Set up notification hooks for deploy and form submission events. Purge CDN cached content by site or cache tag.
Common questions about connecting Netlify to AI agents with Metorial.