Skip to main content
Glama
tharlestsa

OpenLandMap MCP Server

by tharlestsa

get_land_cover_collections

Retrieve available land cover and land use data collections for global environmental analysis, including classifications, cropland, urban areas, and land use change datasets.

Instructions

List all land cover and land use collections.

Returns collections about land cover classification, cropland, pasture, urban areas, and land use change.

Returns: List of CollectionSummary dicts for land cover collections.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool returns a list of CollectionSummary dicts, which adds some context about the output format, but it lacks details on permissions, rate limits, pagination, or error handling. For a tool with zero annotation coverage, this is a significant gap in transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose in the first sentence, followed by details on return content and format. It is appropriately sized with three sentences, each adding useful information without redundancy, though the structure could be slightly tighter by integrating the return details more seamlessly.

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?

Given the tool has 0 parameters, 100% schema coverage, and an output schema exists, the description is minimally adequate. It explains what the tool does and what it returns, but with no annotations and many sibling tools, it lacks context on when to use it or behavioral traits like performance or constraints, leaving gaps in completeness.

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

Parameters4/5

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

The input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description does not mention parameters, which is appropriate. It adds value by specifying the return type and content focus (land cover classification, cropland, etc.), compensating for the lack of parameter details.

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's purpose with a specific verb ('List') and resource ('all land cover and land use collections'), and it distinguishes the resource type from siblings like 'get_soil_collections' or 'get_vegetation_collections'. However, it does not explicitly differentiate its scope from 'list_collections' or other general listing tools, which slightly reduces clarity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. It does not mention siblings like 'list_collections' (which might list all collections) or 'get_soil_collections' (which focuses on soil), leaving the agent to infer usage from the name and description alone without explicit context or 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/tharlestsa/openlandmap_mcp'

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