Skip to main content
Glama

get_telescope_targets

Recommends deep-sky astrophotography targets ranked by suitability for your telescope and camera setup, considering your location and observation time.

Instructions

Recommend astrophotography targets for a telescope setup.

Given a telescope/camera configuration and observing location+time, returns a ranked list of deep-sky objects best suited for imaging.

Args: focal_length_mm: Telescope focal length in mm (e.g. 250 for RedCat51) lon: Observer longitude in degrees lat: Observer latitude in degrees time: Observation time string "YYYY-MM-DD HH:MM:SS" time_zone: IANA timezone string (e.g. "Asia/Shanghai", "UTC") aperture_mm: Telescope aperture in mm (optional, for limiting magnitude) sensor_width_mm: Camera sensor width in mm (optional) sensor_height_mm: Camera sensor height in mm (optional) sensor_pixel_size_um: Camera pixel size in microns (optional) central_obstruction_pct: Central obstruction percentage (0-50) reducer_factor: Focal reducer factor (default 1.0) barlow_factor: Barlow/extender factor (default 1.0) mount_type: "equatorial" or "altaz" (default "equatorial") filter_type: Filter type — "Hα", "OIII", "SII", or None for LRGB limit: Maximum number of targets to return (default 20)

Returns: Dict with "data" containing a sorted list of telescope targets. Each target includes suitability_score, fov_fit_score, surface_brightness, filter_match_score, and mosaic_recommended.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latYes
lonYes
timeYes
limitNo
time_zoneYes
mount_typeNoequatorial
aperture_mmNo
filter_typeNo
barlow_factorNo
reducer_factorNo
focal_length_mmYes
sensor_width_mmNo
sensor_height_mmNo
sensor_pixel_size_umNo
central_obstruction_pctNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses that the tool returns a ranked list with suitability scores and describes the output structure. However, it does not mention any side effects, authentication needs, rate limits, or limitations (e.g., dependency on input accuracy). The behavioral transparency is good but not exhaustive.

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 is well-structured with a clear purpose, then 'Args' and 'Returns' sections. It is somewhat lengthy due to the detailed parameter list, but every sentence adds value. The front-loading of the purpose sentence is good. Minor redundancy could be trimmed, but overall it is appropriately sized for a complex tool.

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 the tool's complexity (15 parameters, no schema descriptions, no annotations, but with an output schema), the description is remarkably complete. It explains all parameters, the return value structure with key fields (suitability_score, fov_fit_score, etc.), and assumes the output schema covers additional details. It lacks error handling guidance but meets the bar for a recommendation tool.

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?

The input schema has 0% description coverage, but the description provides detailed, clear explanations for every parameter, including examples (e.g., 'focal_length_mm: Telescope focal length in mm (e.g. 250 for RedCat51)') and context. This adds significant meaning beyond the schema's type/default information, fully compensating for the lack of schema descriptions.

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: 'Recommend astrophotography targets for a telescope setup.' It uses a specific verb ('Recommend') and specifies the resource ('astrophotography targets for a telescope setup'). Among sibling tools like 'get_best_stargazing_plan' and 'get_shooting_plan', this tool's focus on telescope-specific recommendations distinguishes it well.

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

Usage Guidelines3/5

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

The description implies usage context (when you have a telescope setup and want target recommendations) but does not provide explicit guidance on when to use this tool versus siblings like 'get_best_stargazing_plan' or 'get_shooting_plan'. No exclusions or alternatives are mentioned, which leaves some ambiguity for an AI agent.

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/StarGazer1995/mcp-stargazing'

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