Skip to main content
Glama
IBM
by IBM

stac_pairs_map

Read-only

Visualize satellite scene pairs from two time periods on a map with blue (before) and red (after) layers to compare footprint coverage.

Instructions

Visualise before/after scene pairs from stac_find_pairs as a two-layer map. Blue = before, red = after. Toggle layers to compare footprint coverage between time periods.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
basemapNosatellite
after_scene_idsNo
before_scene_idsNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, indicating no side effects. The description adds behavioral detail: it renders a two-layer map with toggling capability for comparing coverage. This goes beyond the annotation by specifying visual behavior and interaction, without contradicting the read-only nature.

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 exceptionally concise with two sentences, front-loading the core purpose and key details (colors, layer toggling). Every word adds value, no redundancy.

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?

Given the tool's low complexity (visualization only), the description is largely complete for an agent to understand its role and basic usage. It could be improved by noting parameter formats (e.g., comma-separated IDs) or the basemap default, but such details are secondary for map generation purposes.

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?

With 0% schema description coverage, the description must compensate. It indirectly explains that before_scene_ids and after_scene_ids come from stac_find_pairs, but does not describe valid formats, constraints, or the basemap parameter's possible values. The meaning is partially inferred from the tool name and context, but explicit parameter guidance is missing.

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 tool visualizes before/after scene pairs from stac_find_pairs as a two-layer map with specific colors (blue=before, red=after) and action (toggle layers to compare). This specific verb+resource combination distinguishes it from siblings like stac_map (general map) and stac_find_pairs (search).

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 implies usage after stac_find_pairs by referencing scene pairs from that tool. It explains the map's purpose and layer comparison, providing clear context. However, it does not explicitly state when not to use it or mention alternatives, though the sibling tools are listed elsewhere.

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/IBM/chuk-mcp-stac'

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