Skip to main content
Glama

plot_altitude_from_gp

Plot satellite altitude over time using a GP record from Celestrak or Spacetrack. Specify start and end epochs to generate an altitude-time graph.

Instructions

Plot satellite altitude versus time from a GP record.

Convenience wrapper that creates a satellite spec from a GP record dict and delegates to plot_altitude().

Args: gp_record: GP record dict from celestrak/spacetrack tools. start_epoch: Start epoch (ISO string). end_epoch: End epoch (ISO string). propagator_type: "sgp4" (default) or "keplerian". step_seconds: Propagation step size in seconds (default 60). title: Optional plot title.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNo
end_epochYes
gp_recordYes
start_epochYes
step_secondsNo
propagator_typeNosgp4

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that it creates a satellite spec from a GP record and delegates to plot_altitude(). It does not detail error handling or side effects, but the core behavior is transparent. A mention of plot generation or potential failures would enhance transparency.

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 succinct: a one-sentence purpose, a brief note on being a wrapper, then a clean Args list. No unnecessary words; every sentence adds value. It is front-loaded with the core function.

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 the tool's complexity (6 parameters, nested object, output schema exists), the description covers the essentials. It explains parameters and the delegation pattern. The output is not described, but the output schema presumably covers return values. Could mention that the function generates a plot, but overall sufficient for an agent.

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. It identifies all 6 parameters and adds meaning: gp_record as a dict from celestrak/spacetrack tools, start_epoch as ISO string, end_epoch as ISO string, propagator_type with two explicit choices, step_seconds with default 60, and title as optional. This fully bridges the gap.

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: 'Plot satellite altitude versus time from a GP record.' It uses a specific verb (Plot) and resource (satellite altitude vs time), and distinguishes it from sibling 'plot_altitude' by noting it is a convenience wrapper for GP records.

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 indicates it's a wrapper that delegates to plot_altitude(), implying use when you have a GP record dict. While it doesn't explicitly state when not to use or list alternatives, the context of being a wrapper provides clear guidance. It would be stronger with an explicit reference to plot_altitude as an alternative for satellite specs.

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