Skip to main content
Glama
Dinesh-Gahlot

mcp-indian-astrology

divine_get_varshphal_sahams

Read-onlyIdempotent

Get Varshphal Sahams annual chart for any year using birth date, time, and location. Returns yearly Vedic astrology predictions and insights.

Instructions

Get the Varshphal Sahams (annual chart) for the given year and birth data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYesBirth details
varshphal_yearYesYear for the annual (varshphal) chart (e.g., '2024')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.9.1

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds that it computes an annual chart from birth data and a target year, which is useful but does not disclose output format, calculation specifics, or any edge cases. No contradiction with annotations.

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 a single, concise sentence that front-loads the resource and purpose. It is efficient, though it could add a brief note about what the output contains without becoming verbose.

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 the tool has an output schema and full schema coverage, the description is minimally adequate. However, with over 100 sibling tools including many varshphal_* variants, a bit more context about what makes Sahams distinct would help an agent select it correctly.

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 description coverage is 100%, so the schema already documents all parameters. The description adds no extra meaning beyond naming the two top-level inputs ('given year and birth data'), which is already evident from the schema. Baseline 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 states a specific verb ('Get') and resource ('Varshphal Sahams (annual chart)') and mentions it requires year and birth data. It is clear enough to distinguish from most siblings, though it doesn't explicitly differentiate from the many other varshphal_* tools.

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 description implies usage: call it when you need the annual Varshphal Sahams chart for a given year and birth data. It does not explicitly state when not to use it or name alternatives, but the context of sibling varshphal tools makes the intended use reasonably clear.

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

Deploy Server

Other Tools