Skip to main content
Glama

compute_access_from_gp

Compute satellite access windows for a ground location using a GP record from Celestrak or Space-Track. Specify search period, constraints, and propagator type to determine visibility intervals.

Instructions

Compute access windows from a GP record (from celestrak/spacetrack tools).

Convenience wrapper that creates a satellite spec from a GP record dict and delegates to compute_access(). This is the most common workflow: fetch GP data with get_celestrak_gp() or query_spacetrack_gp(), then compute accesses.

Args: gp_record: GP record dict from get_celestrak_gp or query_spacetrack_gp tools. location: Ground location dict with lon, lat, and optional altitude_m/name. search_start: Start of search window (ISO epoch string). search_end: End of search window (ISO epoch string). propagator_type: Propagator to use: "sgp4" (default), "keplerian", or "numerical". constraints: List of constraint spec dicts. Each needs a "type" key. constraint_logic: How to combine constraints: "all" (AND) or "any" (OR). min_elevation_deg: Convenience shortcut to add an elevation constraint. force_model: Force model preset for numerical propagation (e.g. "two_body", "leo_default"). spacecraft_params: [mass_kg, drag_area_m2, Cd, srp_area_m2, Cr] for numerical propagation. property_computers: List of property computer specs (e.g. [{"type": "range"}]). config: Optional AccessSearchConfig overrides dict.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
configNo
locationYes
gp_recordYes
search_endYes
constraintsNo
force_modelNo
search_startYes
propagator_typeNosgp4
constraint_logicNoall
min_elevation_degNo
spacecraft_paramsNo
property_computersNo
Behavior4/5

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

No annotations provided, so the description carries full burden. It explains the tool is a convenience wrapper that delegates to compute_access, and lists all parameters with meanings. It does not mention side effects or return details, but the delegation nature is transparent.

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 starts with a clear one-line summary and uses a structured parameter list. Though lengthy, every part serves a purpose. Could be slightly more concise by grouping related info, but it's well-organized.

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?

With 12 parameters, 4 required, no output schema, the description covers all parameters, explains the typical use case, and references sibling tools. It lacks return value details (expected given no output schema), but is otherwise complete for an expert user.

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%, but the description provides detailed explanations for each parameter, including types, defaults, and expected structure (e.g., gp_record dict, location with lon/lat). This adds significant meaning beyond the bare 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's a convenience wrapper for creating a satellite spec from a GP record and delegating to compute_access(). It specifies the common workflow involving get_celestrak_gp() or query_spacetrack_gp(), distinguishing it from compute_access which likely requires a pre-built spec.

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 explicitly says 'This is the most common workflow' and points to the preceding GP fetch tools, providing clear context on when to use this tool vs alternatives. It lacks an explicit when-not statement but the context is strong.

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