Listing Server Variables via API
Because Variables orchestrate data injection globally across all valid MCP Server contexts, polling the masterGET endpoint securely reveals every explicit integration dependency logically mapped across your application boundaries.
The API Request
To retrieve all global parameters available to configured generic extensions:GET /variables
Understanding the Response
The array returns JSON object nodes strictly defining variable IDs, names, and timestamp metrics.Secrets Scrubbing
If an instantiated object historically possessed the type classificationSECRET inside the HasMCP cluster, the output payload intentionally destroys the physical string format for safe terminal polling:
"***" mask ensures that scripts logging HTTP responses do not inadvertently leak cryptography definitions structurally.