Skip to main content
Glama
astroway

astroway-mcp

Official

Timeline (SVG)

render_timeline
Read-onlyIdempotent

Generate a Gantt-style horizontal timeline of transit and aspect events for a specified date range. Input an events array to visualize the duration and exact dates of each transit.

Instructions

Gantt-style horizontal timeline of transit/aspect events over a date window. Caller supplies events array.

[Group: Visualization]

Example request body: {"rangeStart":"2026-01-01","rangeEnd":"2026-12-31","events":[{"label":"Saturn ☐ Sun","start":"2026-03-15","end":"2026-04-20","exact":"2026-04-02","category":"Square"}],"options":{"theme":"light","width":1000}}

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rangeStartYes
rangeEndYes
eventsYes
optionsNo
Behavior2/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds no additional behavioral context beyond the example, such as output format or performance considerations.

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 and an example – extremely concise with zero wasted words. Front-loaded with the 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?

The description provides an example but does not explain return values, error cases, or detailed behavior. For a tool with nested objects and no output schema, it is minimally adequate but could be more complete.

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

Parameters4/5

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

With 0% schema description coverage, the description compensates by providing a complete example request body that illustrates the structure of events and options parameters. This adds significant meaning beyond the schema alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states it renders a Gantt-style timeline of events using a supplied events array. However, it does not differentiate from similar sibling tools like 'aspect_timeline' or 'render_aspect_grid'.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. The description implies it is for custom event timelines but does not provide when-not-to-use or exclusion criteria.

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