Skip to main content
Glama
IBM
by IBM

stac_get_conformance

Check a STAC catalog's conformance to determine supported API features. Useful for debugging when a catalog lacks expected capabilities.

Instructions

Check which STAC API features a catalog supports.

Reads the catalog's conformance URIs and matches them against known STAC API conformance classes to determine feature support (core, item_search, filter, sort, fields, query, collections).

Args: catalog: Catalog name (default: earth_search). Options: earth_search, planetary_computer, usgs output_mode: Response format - "json" (default) or "text"

Returns: JSON with feature support flags and raw conformance URIs

Tips for LLMs: - Rarely needed — most workflows don't require conformance checking - Useful for debugging when a catalog doesn't support expected features - Check for "query" support if advanced filtering is needed

Example: conformance = await stac_get_conformance(catalog="earth_search")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
catalogNo
output_modeNojson
Behavior5/5

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

With no annotations, the description carries full burden. It explains the internal behavior (reads conformance URIs, matches against known classes) and return format (JSON with flags and raw URIs). It implies a read-only, non-destructive operation, which is accurately disclosed.

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 approximately 100 words, well-structured with sections (main, Args, Returns, Tips, Example). Each sentence serves a purpose—no redundancy. It is concise yet informative.

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

Completeness5/5

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

Given no annotations, no output schema, and 2 parameters, the description is remarkably complete: it covers purpose, parameters, return value, usage guidance, and provides an example. Missing details like error handling are minor; overall, it enables correct invocation.

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 coverage is 0%, but the description fully compensates. It enumerates allowed values for 'catalog' ('earth_search', 'planetary_computer', 'usgs'), default for 'output_mode' ('json'), and options ('text'). This adds meaning beyond the empty schema.

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 it checks which STAC API features a catalog supports, using a specific verb ('check') and resource ('catalog's conformance URIs'). It distinguishes from sibling tools like stac_capabilities and stac_search by focusing on feature support detection.

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

Usage Guidelines5/5

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

The 'Tips for LLMs' section explicitly states it's 'Rarely needed' and provides specific use cases (debugging, checking query support), guiding when to use and when not to. This is explicit guidance beyond typical descriptions.

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