Skip to main content
Glama
getbirthchart-com

@getbirthchart/mcp

Official

calculate_synastry

Read-onlyIdempotent

Calculate structured synastry relationships between two birth charts, returning factual inter-chart data without compatibility scores or relationship conclusions.

Instructions

Calculate structured synastry relationships between two birth charts. Returns factual inter-chart data without compatibility scores or relationship conclusions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
person_aYesFirst person's birth data.
person_bYesSecond person's birth data.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior, so the bar is lower. The description adds useful expectations by stating it returns 'factual inter-chart data without compatibilty scores or relationship conclusions,' which prevents the agent from expecting judgmental output.

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 short sentences with no filler. The primary purpose is front-loaded, and the second sentence adds the important output caveat. Every word earns its place.

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

Completeness4/5

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

Given the rich input schema, output schema, and strong annotations, the description covers the essential purpose and behavioral boundary. It does not explicitly guide edge cases like unkown_time or sibling selection, but those are not critical for basic invocation.

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 provides 100% coverage with detailed descriptions for person_a and person_b and all nested fields. The description adds no new parameter-specific detail, but the schema already carrries that burden.

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 uses a specific verb ('Calculate') and resource ('structured synastry relationships between two birth charts'), making the tool's core purpose clear. It also states the output style ('factual inter-chart data') but does not explicitly name or differentiate from sibling tools like calculate_aspects.

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?

The phrase 'between two birth charts' implies the tool is for comparing two charts, but the description gives no explicit when-to-use versus alternatives or exclusions. Usage guidance is only implied, not stated.

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/getbirthchart-com/getbirthchart-mcp'

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