Skip to main content
Glama

get_best_stargazing_plan

Creates a composite stargazing plan by evaluating candidate locations, weather conditions, and astronomy targets for a given region and time.

Instructions

Create a composite stargazing plan for a region and time.

This planning tool combines:

  • candidate place search from analysis_area

  • weather summaries from get_weather_by_position

  • astronomy targets from get_nightly_forecast

Args: south, west, north, east: Bounding box coordinates. time: Observation time string in ISO format or YYYY-MM-DD HH:MM:SS. time_zone: IANA timezone string. candidate_limit: Maximum number of candidate places to evaluate. target_limit: Maximum number of recommended targets per place. weather_provider: Weather provider mode passed to weather tools. max_locations: Maximum number of area-analysis candidates to search. min_height_diff: Minimum elevation difference for prominence. road_radius_km: Search radius for road access. network_type: Type of road network to analyze. db_config_path: Optional path to database config.

Returns: Dict with keys data and _meta. data contains the normalized query, a plan summary, and ranked candidate recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eastYes
timeYes
westYes
northYes
southYes
time_zoneYes
network_typeNodrive
target_limitNo
max_locationsNo
db_config_pathNo
road_radius_kmNo
candidate_limitNo
min_height_diffNo
weather_providerNoall

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries full burden. It mentions combining three tools and returns a dict with 'data' and '_meta', but does not disclose potential side effects, required permissions, or failure modes. It adds behavioral context but lacks completeness.

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 summary, list of combined tools, and parameter breakdown. It front-loads the core purpose. Though lengthy, it is appropriately sized for a complex tool with 14 parameters.

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 complexity (14 parameters, no annotations) and presence of an output schema, the description adequately explains the tool's function, inputs, and return structure. It lacks examples or edge cases but is sufficiently complete for an AI agent.

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

Parameters3/5

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

Schema description coverage is 0%, yet the description includes an 'Args:' section with brief explanations for all 14 parameters (e.g., 'Bounding box coordinates', 'IANA timezone string'). This adds meaning beyond the schema, but descriptions are minimal and do not elaborate on defaults or dependencies.

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: 'Create a composite stargazing plan for a region and time.' It specifies the combination of three sub-tools, making it distinct from sibling tools like get_weather_by_position or get_nightly_forecast. The verb 'create' and resource 'composite stargazing plan' are precise.

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 implies usage through its composite nature, but does not explicitly state when to use this tool versus alternatives like analysis_area or get_nightly_forecast individually. It provides context by listing what it combines, offering implicit guidance.

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