Skip to main content
Glama
IBM
by IBM

stac_status

Retrieve server status and configuration information, including version, available catalogs, and artifact store status, to verify server connectivity and storage setup.

Instructions

Get server status and configuration.

Returns information about the server version, available catalogs, and artifact store status. Use this to verify the server is running and check storage configuration.

Args: output_mode: Response format - "json" (default) or "text"

Returns: JSON with server status including version, storage provider, and default catalog

Tips for LLMs: - Call stac_capabilities instead if you need to plan a workflow (it returns collections, bands, and indices too) - Check artifact_store_available before attempting downloads

Example: status = await stac_status()

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
output_modeNojson
Behavior4/5

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

No annotations provided, so description carries full burden. It describes return values (version, storage provider, default catalog) and hints at behavior (check artifact_store_available). However, it does not explicitly state that the operation is read-only or safe.

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?

Well-structured with clear sections (Args, Returns, Tips, Example). Every sentence adds value, and the total length is appropriate for the tool's complexity.

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 status tool with no output schema, the description adequately explains return values and includes a usage tip. It could mention error handling or the 'text' output format behavior, but overall is sufficiently complete.

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

Parameters2/5

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

Input schema has one parameter (output_mode) with type and default but no description. The description does not explain the parameter's allowed values or impact on output format, nor does it describe any other parameter aspects. Despite 0% schema coverage, the description fails to compensate.

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 explicitly states 'Get server status and configuration' and lists the returned information, clearly distinguishing it from siblings by directing users to stac_capabilities for workflow planning.

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?

Provides explicit usage context: 'Use this to verify the server is running and check storage configuration.' Also includes tips for when to use alternatives (stac_capabilities) and when to check artifact_store_available before downloads.

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