checkly_create_variable
ActiveTool 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."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.usefulapi/checkly
https://github.com/m190/usefulapi-mcp
1/7 registries