Skip to main content
Glama

search_imagery

Read-only

Search satellite imagery catalogs (Sentinel-1/2, OPERA RTC-S1) by bounding box and date window. Returns scene metadata including id, datetime, cloud cover, and preview.

Instructions

Search the satellite imagery catalog (Sentinel-1/2, OPERA RTC-S1) for scenes over an area and date window — the natural follow-up to a signal (find imagery over the event location). Returns minimal scene metadata (id, datetime, footprint, cloud cover, platform, preview) — no imagery bytes. Costs 2 token(s) per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bboxYesBounding box [minLon, minLat, maxLon, maxLat] (WGS84). Required.
dateNoWindow end date, YYYY-MM-DD (UTC). Defaults to today.
daysNoWindow length in days. Defaults to 7.
limitNoMax scenes to return. Defaults to 25.
collectionNoCatalog collection. Defaults to sentinel-2-l2a.
cloudCoverMaxNoSentinel-2 only: max cloud cover %.
responseFormatNoPer-scene field detail. "concise" (default) or "detailed" (adds footprint, constellation, polarizations).
Behavior4/5

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

Annotations only declare readOnlyHint=true. The description adds important behavioral details: returns minimal metadata (id, datetime, footprint, cloud cover, platform, preview) but not imagery bytes, and costs 2 tokens per call. This goes beyond annotations without contradiction.

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: three sentences covering purpose, return value, and cost. It is front-loaded with the main action and requires no extraneous words.

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

Completeness4/5

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

The description covers purpose, return format, cost, and usage context. It lacks details on pagination or error handling but is sufficient for a search tool with good schema/annotations. No output schema exists, so the explicit return fields are helpful.

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?

Schema coverage is 100%, so the description doesn't need to add much. The description does not elaborate on parameters beyond what the schema provides. The cost mention is not parameter-specific. Baseline score of 3 is appropriate.

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 identifies the tool's purpose: searching satellite imagery catalogs (Sentinel-1/2, OPERA RTC-S1) by area and date window. It differentiates from sibling tools (e.g., query_signals) by specifying it returns imagery metadata and being the natural follow-up to a signal.

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 explicitly frames this tool as 'the natural follow-up to a signal', providing clear context for when to use it. While it doesn't list explicit when-not or alternative tools, the usage hint is strong and distinguishes its role.

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