Skip to main content
Glama

list_monitored_areas

Read-only

List places under continuous satellite measurement, showing each area's metrics, latest value, change, anomaly flag, and coverage. Also shows plan quota and remaining monitored areas.

Instructions

List the places under continuous satellite measurement on this key (Delta Monitor), with each area’s metric, most recent value, change since the previous measurement, whether that value was flagged anomalous, and coverage — how many acquisitions were measured versus how many exist. Coverage window_total is null when the catalog total is UNKNOWN; null never means zero. Also returns how many areas the plan allows and how many remain. Free of token charges.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
areasYes
limitsNo
summaryNoOne-line natural-language summary of the result, ready to relay to a user.
meteringNo
Behavior5/5

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

The description adds valuable behavioral details beyond the readOnlyHint and destructiveHint annotations: it explains that coverage window_total null means catalog total UNKNOWN, never zero, and explicitly states the operation is free of token charges. This significantly enhances transparency.

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 yet packed with necessary details. It front-loads the primary action, lists the returned fields in a readable flow, and adds a crucial null-semantics clarification. Every sentence earns its place with no fluff.

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?

The description is fully sufficient for a read-only list tool with an output schema. It covers the returned fields, plan limits, and a key data interpretation caveat, leaving no ambiguity about what the tool returns or how to interpret it.

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

Parameters4/5

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

The tool has no parameters, so the empty schema provides 100% coverage. The description does not need to explain parameters, and per the calibration baseline, 0 params merits a 4.

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 uses the specific verb 'list' with a clear resource ('places under continuous satellite measurement on this key (Delta Monitor)'), distinguishing it from sibling tools like get_monitored_area (which fetches a single area) and create_monitored_area. The scope and returned data are explicitly stated.

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

Usage Guidelines4/5

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

The description clearly conveys it returns all monitored areas with metrics, and the naming convention (list_*) implies its role. However, it does not explicitly contrast with get_monitored_area for single-area queries or provide when-not-to-use guidance, so it misses the top bar.

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/Off-Nadir-Lab/offnadir-delta-mcp'

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