Skip to main content
Glama
astroway

astroway-mcp

Official

Western Wheel (SVG)

render_wheel_western
Read-onlyIdempotent

Generate a Western natal chart wheel as an SVG diagram displaying signs, houses, planets, and aspects. Server-side rendering eliminates the need for a browser.

Instructions

Render a Western natal wheel as SVG: signs ring, houses ring, planets, aspect lines. Pure server-side, no browser needed.

[Group: Visualization]

Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52,"options":{"size":800,"theme":"light","showAspects":true,"format":"json"}}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYesBirth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss). Defaults to lat/lon/tz=0 if omitted; pass real values for accurate computation.
Behavior3/5

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

Annotations already state readOnlyHint=true, destructiveHint=false, idempotentHint=true. Description adds 'Pure server-side, no browser needed' which is minor additional context. Does not contradict annotations. No discussion of performance or side effects beyond annotations.

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?

Highly efficient: two sentences, one group label, one example. Every element adds value. Front-loaded with core purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given complex nested schema and no output schema, description could detail output format (SVG vs JSON) or visual characteristics. Example shows format option but doesn't explain what the SVG contains beyond the initial list. Adequate but not comprehensive.

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 coverage is 100%, and schema includes descriptions. Description provides a full example request body showing common parameters, which helps clarify usage. However, no additional semantic details beyond 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?

Clear verb 'Render' and specific resource 'Western natal wheel as SVG'. Names components (signs ring, houses ring, planets, aspect lines). Distinguishes from sibling render tools like render_wheel_vedic_east by explicit 'Western' in name and title.

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?

No explicit when-to-use or when-not-to-use compared to alternatives. The name and group 'Visualization' imply use for Western charts, but no contrast with other wheel renderers. Missing guidance on choosing between this and other visualization tools.

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/astroway/astroway-mcp'

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