Skip to main content
Glama

TrueNAS Core MCP Server

create_iscsi_target

Create an iSCSI target for Kubernetes block storage by specifying the target name, dataset for storage, extent size, and portal ID in TrueNAS Core MCP Server.

Instructions

Create an iSCSI target for Kubernetes block storage Args: name: Target name (e.g., "k8s-block-01") dataset: Dataset for storing the iSCSI extent size: Size of the iSCSI extent (e.g., "100G") portal_id: iSCSI portal ID to use

Input Schema

NameRequiredDescriptionDefault
datasetYes
nameYes
portal_idNo
sizeYes

Input Schema (JSON Schema)

{ "properties": { "dataset": { "title": "Dataset", "type": "string" }, "name": { "title": "Name", "type": "string" }, "portal_id": { "default": 1, "title": "Portal Id", "type": "integer" }, "size": { "title": "Size", "type": "string" } }, "required": [ "name", "dataset", "size" ], "title": "create_iscsi_targetArguments", "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