Skip to main content
Glama

get_spacetrack_decay

Query satellite decay predictions from SpaceTrack using NORAD catalog number or epoch range. Returns raw decay records for space situational awareness.

Instructions

Query decay predictions from SpaceTrack.

At least one filter parameter must be provided. Returns raw decay records as dicts. Requires SPACETRACK_USER and SPACETRACK_PASS environment variables.

Args: norad_cat_id: NORAD catalog number. epoch_range: ISO datetime range string "start--end" to filter by MSG_EPOCH (e.g. "2024-01-01--2024-01-31"). limit: Maximum number of records to return.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
epoch_rangeNo
norad_cat_idNo
Behavior3/5

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

No annotations provided, so description carries full burden. Discloses that it returns raw decay records as dicts and requires environment variables. Lacks information on rate limits, pagination, or error handling.

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?

Compact description with clear structure: purpose, condition, return type, auth requirement, and parameter documentation. Every sentence is informative and earns its place.

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?

Covers all essential aspects for a 3-parameter tool without output schema: parameter descriptions, mandatory filter condition, auth requirements. Lacks detailed return format, but sufficient for basic usage.

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 provides detailed semantics for all three parameters: norad_cat_id (NORAD catalog number), epoch_range (ISO format with example), and limit (maximum records). Adds significant value beyond the 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?

Description clearly states 'Query decay predictions from SpaceTrack', specifying the verb and resource. It differentiates from sibling tools like get_spacetrack_gp by focusing on decay predictions.

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?

Explicitly states 'At least one filter parameter must be provided', giving a usage condition. Does not explicitly mention when not to use or list alternatives, but the tool name and context provide differentiation.

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/duncaneddy/brahe-mcp'

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