Skip to main content
Glama

TrueNAS Core MCP Server

create_snapshot

Create a snapshot of a dataset on TrueNAS Core, specifying the dataset path, snapshot name, and optional recursion for nested datasets.

Instructions

Create a snapshot of a dataset Args: dataset: Dataset path (e.g., "tank/data") name: Snapshot name recursive: Whether to create recursive snapshots

Input Schema

NameRequiredDescriptionDefault
datasetYes
nameYes
recursiveNo

Input Schema (JSON Schema)

{ "properties": { "dataset": { "title": "Dataset", "type": "string" }, "name": { "title": "Name", "type": "string" }, "recursive": { "default": false, "title": "Recursive", "type": "boolean" } }, "required": [ "dataset", "name" ], "title": "create_snapshotArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vespo92/TrueNasCoreMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server