Skip to main content
Glama

List Monitors

list_monitors
Read-onlyIdempotent

Retrieve all monitors owned by your API key, including their last run status and schedule. Optionally filter to show only active monitors.

Instructions

List all monitors owned by this API key, with last run status and schedule. Requires a team API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
active_onlyNoWhen true returns only active monitors. Set false to include paused monitors.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
monitorsYesList of monitors belonging to this API key.
totalYesTotal number of monitors returned.
errorNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds value by specifying that a team API key is required and that the output includes last run status and schedule. This provides context beyond the annotations, though it does not detail any potential limits or pagination.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two sentences. The first sentence front-loads the key functionality, and the second adds a necessary requirement. There is no redundant or wasted text.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple listing tool with one optional parameter, comprehensive annotations, and an existing output schema, the description covers all necessary aspects: purpose, returned data, and authentication requirement. No gaps are apparent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The single parameter 'active_only' is fully described in the input schema with a default value and explanation. The description does not add any extra semantics beyond what is already in the schema, so it meets the baseline for 100% schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('List'), the resource ('monitors'), the scope ('owned by this API key'), and what is included ('with last run status and schedule'). This distinguishes it from sibling tools like 'get_monitor_result' which focuses on a single monitor's result.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions a prerequisite ('Requires a team API key') but does not explicitly guide when to use this tool versus alternatives like 'list_resources' or when not to use it. The context from sibling tools helps differentiate, but the description itself lacks comparative guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/anish632/ground-truth-mcp'

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