Skip to main content
Glama

nasa_earth_image

Retrieve a Landsat 8 natural color satellite image URL for a given location and date. Enables visual inspection of Earth's surface from space.

Instructions

Get a Landsat 8 natural color satellite imagery URL for a specific geographic coordinate and date. Returns a direct URL to the image tile from the NASA Earth API. Useful for visual inspection of a location from space.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dimNoWidth and height of the image viewport in degrees. Smaller values zoom in. Default: 0.025 (~2.5 km at equator)
latYesLatitude of the target location (-90 to 90)
lngYesLongitude of the target location (-180 to 180)
dateNoTarget date in YYYY-MM-DD format. The API returns the closest available image. Defaults to today.
Behavior3/5

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

With no annotations, the description discloses that the API returns the closest available image for the given date, which is helpful. However, it does not mention any potential limitations like missing data, rate limits, or authentication requirements.

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 long, directly stating the action and a use case, with no unnecessary words. Every sentence adds value.

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?

For a simple tool that returns a URL, the description adequately explains the output. The four parameters are fully defined in the schema, and no output schema is needed. Some context about data availability could be added, but the description is sufficient.

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 each parameter described in the schema. The description adds no additional semantic information beyond summarizing the purpose; thus, baseline 3 is appropriate.

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

Purpose4/5

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

The description clearly states the tool retrieves a Landsat 8 natural color satellite imagery URL for a given coordinate and date, which is specific. However, it does not explicitly differentiate from similar sibling tools like landsat_browse or nasa_earth_assets.

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 'useful for visual inspection of a location from space', giving a general use case, but provides no guidance on when not to use the tool or mention of alternatives among the many sibling tools.

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