Skip to main content
Glama

AsterNym

A whole reading from a birth date, and optionally a time and place.

asternym_reading
Read-onlyIdempotent

Sun sign, Chinese animal and element, BaZi day master and pillars, Life Path and the AsterNym identity, from the same engine as every page on the site. The same thing over HTTP: POST https://asternym.com/api/v1/reading.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tzNoIANA time zone, e.g. Asia/Singapore. Required when lat and lng are given.
latNoDecimal degrees.
lngNoDecimal degrees.
dateYesLocal civil date, YYYY-MM-DD. Required.
timeNoLocal clock time, HH:MM. Omit if unknown; nothing is assumed and noon is never substituted.
agentNoOptional: the name of the agent or product calling. Logged for usage counts; never required, never verified.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds the operational detail of a POST endpoint but nothing about expected return format, error behavior, or side effects. It does not contradict the annotations, but also does not go beyond them in a meaningful way.

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 only two sentences, with the first listing the output components and the second giving the HTTP endpoint. It is front-loaded with the purpose. The mention of the HTTP endpoint, while useful, is a minor extra that could be omitted, but overall it is efficient and does not waste words.

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?

For a tool with six parameters and no output schema, the description does list what the reading includes, which is helpful. However, it does not explain edge cases such as missing time or place, nor does it indicate that it combines all the sub-readings. Given the sibling tools, more guidance on when this is appropriate would improve completeness. The schema covers parameter details, but the description lacks sufficient context for effective selection.

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?

The input schema covers all six parameters with descriptions, so schema coverage is 100%. The description itself does not add any additional meaning to the parameters—it only lists the output components. It does not clarify how 'time' and 'place' affect the result, or the optional 'agent' field. Given the high schema coverage, a baseline of 3 is appropriate.

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?

The description clearly states what the tool produces: 'Sun sign, Chinese animal and element, BaZi day master and pillars, Life Path and the AsterNym identity.' The title also calls it 'a whole reading,' which conveys it is an aggregate. However, it does not explicitly differentiate itself from sibling tools like asternym_bazi or asternym_zodiac; the 'whole' is inferred rather than stated as an alternative to separate readings.

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?

There is no guidance on when to use this tool versus the siblings. The description only says it is 'the same engine as every page on the site' and provides an HTTP endpoint, but does not mention that for a single BaZi or zodiac analysis, one should use the specific sibling tools. An agent is left to infer the distinction from the 'whole' wording, which is not explicit enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources