You're viewing a demo portfolio

Join the waitlist
PRSM

checkly_create_variable

Active

Tool of io.usefulapi/checkly

declared in 1.0.1

MODIFIES THE CHECKLY ACCOUNT: creates a new account-level environment variable. Additive (does not overwrite existing keys). Public API: POST /v1/variables.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "key",
    "value"
  ],
  "properties": {
    "key": {
      "type": "string",
      "description": "The variable key (cannot be changed later)."
    },
    "value": {
      "type": "string",
      "description": "The variable value."
    },
    "locked": {
      "type": "boolean",
      "description": "Hide the value like a password in the UI."
    },
    "secret": {
      "type": "boolean",
      "description": "Mark as secret — value becomes write-only after creation."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.usefulapi/checkly

https://github.com/m190/usefulapi-mcp

1/7 registries
View full server →
checkly_create_variable — io.usefulapi/checkly — PRSM MCP