Use VAST Admin MCP tools to inspect, monitor, and manage VAST Data clusters, tenants, views, volumes, quotas, snapshots, alerts, protection, users, performance, dataflow, support bundles, and optional read-write create operations. Use when the user asks about VAST clusters, VMS, storage administration, capacity…
Create a new VAST DataEngine serverless function with proper project structure, handler pattern, and dependencies. Use when scaffolding a new function from scratch or converting existing code into a DataEngine function.
Create and manage VAST DataEngine function manifests for registering, updating, and deploying function images using the vastde CLI. Use when you need to register a built function image with DataEngine or update an existing function.
Build, run, and test VAST DataEngine functions locally using vastde CLI. Use when you need to build a function image, run it as a local container, or send test CloudEvents for development and debugging.
Deploy a VAST DataEngine pipeline, check its status, view logs, traces, and metrics. Use when deploying a pipeline to Kubernetes, monitoring execution, or debugging function failures.
Create VAST DataEngine pipeline manifests that wire triggers, functions, and secrets into deployable data processing workflows. Use when building or modifying a pipeline configuration YAML file.
Create VAST DataEngine trigger manifests for S3 element triggers and schedule (cron) triggers using the vastde CLI. Use when setting up event sources that invoke DataEngine functions.