Skip to main content
Glama

chart_wheel_on_house_click

Read-only

Returns the astrological meaning of a house when clicked in the chart wheel, including life area, themes, and influence of ruling sign and planet.

Instructions

Event handler called when the user clicks a house cusp or house number in the chart wheel. Returns the astrological meaning of that house — life area, themes, and the influence of its ruling sign and planet. This tool is called automatically by the chart UI; you do not need to call it directly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
house_numberYesHouse number (1–12)
signNoSign on the house cusp
cusp_longitudeNoCusp longitude in degrees
rulerNoRuling planet of the house sign
Behavior4/5

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

The description discloses that it is an event handler and is read-only, consistent with the readOnlyHint annotation. It adds the automatic invocation detail, which aids understanding. No contradictions.

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 followed by a usage note. No wasted words.

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 a simple event handler with no output schema, the description covers purpose, automatic invocation, and return value. Annotations provide readOnlyHint. Sibling tools are many, but the description clarifies it is a UI callback, making it complete.

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 further parameter details beyond stating it returns meaning, which matches the baseline for high schema coverage.

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 is an event handler for clicking a house cusp or number, and that it returns astrological meaning. It is distinct from sibling click handlers like chart_wheel_on_aspect_click and chart_wheel_on_planet_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 the tool is called automatically by the chart UI and that the AI agent does not need to call it directly. This provides clear guidance on when not to use it.

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