Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HETRIXTOOLS_API_TOKENYesHetrixTools API token for authentication

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_account_limitsA

Get current HetrixTools account usage and limits.

Returns usage and limits for uptime monitors, blacklist monitors, sub-accounts, SMS credits, account credit, and API v1/v2 access.

list_contact_listsA

List contact lists configured on the account.

Each contact list includes id, name, default flag, and notification channel settings (email, phone_sms, telegram, slack, discord, webhook, and do-not-disturb settings).

list_blacklistsA

Get the list of blacklists (RBLs) checked by the HetrixTools platform.

Returns two arrays: ipv4 and domains, each containing entries with id, rbl name, and optional/ignored flags.

list_blacklist_monitorsA

List blacklist monitors with optional filters and pagination.

Returns a monitors array (id, name, type, target, rdns, report_id, status, contact_lists, listed array of {rbl, delist}, created_at, last_check) plus a meta object with pagination info.

get_blacklist_reportA

Get the blacklist report for a specific monitor.

Returns id, name, type, target, report_id, and a listed array describing which RBLs currently list the target.

list_uptime_monitorsA

List uptime monitors with optional filters and pagination.

Returns a monitors array with detailed info: id, name, type, target, resolve_address, port, keyword, category, timeout, check_frequency, uptime_status, monitor_status, uptime%, locations, ssl info, domain info, nameservers, etc.

get_uptime_reportA

Get the uptime report for a specific monitor.

Returns timezone, per-day data (uptime, response_time, optional hourly_stats), a summary object, and a history array.

list_downtimesA

List downtimes for a specific uptime monitor.

Returns a downtimes array (id, type, http_code, location, started_at, ended_at, duration) plus a meta object with pagination.

get_location_fail_logB

Get the fail log for a specific monitoring location of an uptime monitor.

Returns a fail_log array (id, type, http_code, started_at, ended_at, duration) plus a meta object with pagination.

list_warning_policiesB

List the warning policies configured for an uptime monitor.

update_warning_policiesB

Update the warning policies for an uptime monitor.

Sends a PUT request with the provided policies array.

list_status_pagesA

List all status pages configured on the account.

add_monitors_to_status_pageA

Add monitors to a status page.

Sends a POST request with the status page ID and monitor IDs to add.

remove_monitors_from_status_pageA

Remove monitors from a status page.

Sends a DELETE request with the status page ID and monitor IDs to remove.

list_scheduled_maintenanceA

List all scheduled maintenance windows.

create_scheduled_maintenanceA

Create a scheduled maintenance window.

Sends a POST request with the maintenance name, start/end dates, optional affected monitor IDs, and optional description.

delete_scheduled_maintenanceA

Delete a scheduled maintenance window by ID.

get_server_agentB

Get information for a specific server agent.

update_server_agentB

Update a server agent's configuration.

Sends a POST request with the provided settings dict.

delete_server_agentB

Delete a server agent by ID.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/khrns-r/hetrixmcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server