Skip to main content
Glama
tharlestsa

OpenLandMap MCP Server

by tharlestsa

get_asset_url

Retrieve direct URLs and metadata for specific geospatial assets in the OpenLandMap STAC catalog to access Cloud-Optimized GeoTIFFs for programmatic analysis.

Instructions

Resolve the full URL and metadata for a specific asset.

Returns the direct S3 URL, MIME type, roles, COG status, and S3 bucket/key for programmatic access.

Args: collection_id: Collection identifier. item_id: Item identifier. asset_key: Asset key within the item (e.g. the layer name).

Returns: AssetInfo dict with url, type, roles, is_cog, s3_bucket, s3_key.

Example: get_asset_url("organic.carbon_usda.6a1c", "organic.carbon_usda.6a1c_20180101_20181231", "organic.carbon_usda.6a1c_m_1km_b30cm_s")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
collection_idYes
item_idYes
asset_keyYes
Behavior4/5

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

With no annotations provided, the description carries full burden and does well by disclosing behavioral traits: it describes the return format ('AssetInfo dict with url, type, roles, is_cog, s3_bucket, s3_key') and implies read-only behavior through 'resolve' and 'returns'. It could improve by mentioning rate limits or authentication needs, but it covers key output behavior adequately.

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 appropriately sized and front-loaded: the first sentence states the core purpose, followed by return details, args, returns, and an example. Each section earns its place by adding value without redundancy, making it easy to scan and understand quickly.

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 3 parameters with 0% schema coverage and no output schema, the description is nearly complete: it explains purpose, parameters, and return values in detail. It could slightly improve by mentioning error cases or prerequisites, but it provides sufficient context for an agent to invoke the tool correctly in most scenarios.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate fully. It adds significant meaning beyond the schema by explaining each parameter's purpose ('Collection identifier', 'Item identifier', 'Asset key within the item') and providing an example with concrete values, which clarifies usage and format expectations effectively.

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's purpose with specific verbs ('resolve', 'returns') and resources ('full URL and metadata for a specific asset'). It distinguishes from siblings like 'get_asset_download_info' or 'list_assets_for_item' by focusing on resolving a single asset's URL and metadata rather than listing or downloading.

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 context by specifying it's for 'a specific asset' and 'programmatic access', which helps differentiate from visualization or listing tools. However, it doesn't explicitly state when not to use this tool or name alternatives among siblings, such as 'get_asset_download_info' for download-related needs.

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/tharlestsa/openlandmap_mcp'

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