Skip to main content
Glama

Server Details

Manage Cronitor monitors and send telemetry pings — list, inspect, create, update, delete.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
m190/usefulapi-mcp
GitHub Stars
0

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.

Tool Definition Quality

Score is being calculated. Check back soon.

Available Tools

6 tools
cronitor_create_monitorCreate monitor
Destructive
Inspect

Creates a monitor in Cronitor (additive). Cronitor API: POST /monitors. Sends only the fields you provide.

ParametersJSON Schema
NameRequiredDescriptionDefault
keyYesUnique monitor id/key.
nameNoHuman-readable monitor name.
noteNoFree-form note stored on the monitor.
tagsNoTags to group/filter monitors.
typeYesMonitor type: job | check | heartbeat | site.
notifyNoNotification list names to alert.
requestNoFor type=check: {url, method?, headers?, body?, ...}.
scheduleNoCron expression (job) or interval string, e.g. '0 9 * * *' or 'every 5 minutes'.
assertionsNoAssertions, e.g. "response.code = 200".
cronitor_delete_monitorDelete monitor
Destructive
Inspect

PERMANENTLY deletes a monitor from Cronitor. Destructive and irreversible. Cronitor API: DELETE /monitors/{key}.

ParametersJSON Schema
NameRequiredDescriptionDefault
keyYesMonitor key/id to delete.
cronitor_get_monitorGet monitor
Read-only
Inspect

Get full detail for one monitor (latest_event, latest_invocations, passing status) — the 'is X healthy right now?' tool. Cronitor API: GET /monitors/{key}.

ParametersJSON Schema
NameRequiredDescriptionDefault
keyYesMonitor key/id (unique identifier).
cronitor_list_monitorsList monitors
Read-only
Inspect

List monitors and their current passing/failing status. Cronitor API: GET /monitors (paginated via page + pageSize).

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-based). Default 1.
pageSizeNoMonitors per page.
cronitor_ping_monitorPing monitor (telemetry)
Destructive
Inspect

Reports a telemetry event (run/complete/fail/ok/pause) for a monitor — records job/heartbeat activity and can clear or trigger alerts. Cronitor telemetry: GET {telemetryUrl}/p/{apiKey}/{monitorKey}?state=...

ParametersJSON Schema
NameRequiredDescriptionDefault
keyYesMonitor key/id to ping.
hostNoOptional host identifier.
stateYesTelemetry state: run | complete | fail | ok | pause.
metricNoOptional metric, e.g. "count:1" or "duration:30".
seriesNoOptional series id to correlate run/complete pings.
messageNoOptional message attached to the event.
cronitor_update_monitorUpdate monitor
Destructive
Inspect

Creates or updates a monitor by key (e.g. change schedule, pause via paused:true). Cronitor API: PUT /monitors with a single monitor object. Sends only the fields you provide.

ParametersJSON Schema
NameRequiredDescriptionDefault
keyYesMonitor key/id to create or update.
nameNoHuman-readable monitor name.
noteNoFree-form note stored on the monitor.
tagsNoTags to group/filter monitors.
typeNoMonitor type: job | check | heartbeat | site.
notifyNoNotification list names to alert.
pausedNoSet true to pause the monitor, false to resume.
requestNoFor type=check: {url, method?, headers?, body?, ...}.
scheduleNoCron expression (job) or interval string, e.g. '0 9 * * *' or 'every 5 minutes'.
assertionsNoAssertions, e.g. "response.code = 200".

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.