Skip to main content
Glama

chart_wheel_on_planet_click

Read-only

Provides rich contextual interpretation of a planet's placement — sign, house, aspects, dignity, and what it means for the native — when clicked in the interactive chart wheel.

Instructions

Event handler called when the user clicks a planet in the interactive chart wheel. Provides rich contextual interpretation of the planet's placement — sign, house, aspects, dignity, and what it means for the native. This tool is called automatically by the chart UI; you do not need to call it directly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planetYesPlanet name (e.g. 'saturn')
longitudeYesEcliptic longitude in degrees
signNoZodiac sign the planet occupies
houseNoHouse the planet occupies (1–12)
retrogradeNoWhether the planet is retrograde
speedNoDaily motion in degrees
Behavior4/5

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

Annotations provide readOnlyHint=true, and description adds that it is called automatically, which aligns with read-only behavior. No side effects mentioned, but as a read-only event handler, no additional disclosure is necessary.

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?

Two sentences, front-loaded with purpose and immediate usage guidance. Every word earns its place, no wasted text.

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?

For an event handler that is not meant for direct use, the description fully covers purpose, behavior, and usage constraints. Schema and annotations provide all necessary details. No output schema needed.

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?

Input schema has 100% coverage with descriptions for all parameters. The tool description does not add new parameter semantics beyond the schema, so baseline 3 is appropriate.

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?

Clearly states it is an event handler for clicking a planet, and provides a detailed list of what interpretation it returns (sign, house, aspects, etc.). Distinguishes from sibling tools like chart_wheel_on_aspect_click and chart_wheel_on_house_click.

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

Usage Guidelines5/5

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

Explicitly states 'This tool is called automatically by the chart UI; you do not need to call it directly.', giving a clear when-not-to-use instruction and implying it should not be invoked manually.

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/openephemeris/openephemeris-MCP'

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