HashiCorp Nomad · Capability
HashiCorp Nomad HTTP API — Variables
HashiCorp Nomad HTTP API — Variables. 4 operations. Lead operation: Read a variable. Self-contained Naftiko capability covering one Nomad business surface.
What You Can Do
GET
Readvariable
— Read a variable
/v1/var/{variablepath}
PUT
Upsertvariable
— Create or update a variable
/v1/var/{variablepath}
DELETE
Deletevariable
— Delete a variable
/v1/var/{variablepath}
GET
Listvariables
— List variables
/v1/vars
MCP Tools
read-variable
Read a variable
read-only
idempotent
create-update-variable
Create or update a variable
idempotent
delete-variable
Delete a variable
idempotent
list-variables
List variables
read-only
idempotent