Skip to main content
Glama

nasa_gibs_tile

Construct NASA GIBS WMTS tile URLs for satellite imagery layers by specifying layer, date, zoom, and tile coordinates. Access near-real-time or archival Earth observation data.

Instructions

Construct a NASA GIBS (Global Imagery Browse Services) WMTS tile URL for a specific layer, date, and tile coordinate. GIBS provides near-real-time and archival satellite imagery as map tiles. Common layers: VIIRS_SNPP_CorrectedReflectance_TrueColor, MODIS_Terra_CorrectedReflectance_TrueColor, MODIS_Aqua_CorrectedReflectance_TrueColor, VIIRS_SNPP_Thermal_Anomalies_375m_Night, VIIRS_Black_Marble, MODIS_Terra_Snow_Cover, MODIS_Combined_MAIAC_L2G_AerosolOpticalDepth. Tiles can be viewed in map clients or downloaded directly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYesTile column index (depends on zoom level)
yYesTile row index (depends on zoom level)
zYesZoom level (0-9). 0 = global view, 9 = max detail
dateYesImagery date in YYYY-MM-DD format
layerYesGIBS layer identifier. Examples: 'VIIRS_SNPP_CorrectedReflectance_TrueColor', 'MODIS_Terra_CorrectedReflectance_TrueColor', 'VIIRS_SNPP_Thermal_Anomalies_375m_Night', 'VIIRS_Black_Marble', 'MODIS_Terra_Snow_Cover'
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It states the tool 'constructs a URL', but does not mention side effects, authentication, rate limits, or whether the URL returns a tile image directly. The behavior is minimally transparent.

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 two sentences with no extraneous words. The purpose is front-loaded in the first sentence, and the second provides essential context and examples. Every sentence adds value.

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

Completeness3/5

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

The tool has no output schema, so the description should explain what the return value is (a URL string) and how to use it. It mentions tiles can be viewed in map clients, implying the URL is usable, but it does not specify the output structure or any required authentication. For a URL-construction tool, this is adequate but lacks some details.

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% with descriptions for all five parameters. The description adds minor context (examples of common layers, date format) but does not significantly enhance meaning beyond the schema. Hence a baseline score of 3.

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 constructs a NASA GIBS WMTS tile URL for a specific layer, date, and tile coordinate. It includes a list of common layers, which helps the agent understand the scope and distinguish this tool from unrelated siblings.

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 provides context (near-real-time and archival satellite imagery as map tiles) and states tiles can be viewed or downloaded, implying usage for map visualization. However, it does not explicitly state when to use this tool versus alternatives or provide exclusions.

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/badchars/satellite-mcp'

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