Skip to main content
Glama
Dinesh-Gahlot

mcp-indian-astrology

divine_get_panchak_rahita

Read-onlyIdempotent

Check Panchak status for a given date and location to identify inauspicious periods for activities like construction and travel.

Instructions

Check Panchak status for a given date and location.

Panchak is a 5-nakshatra period (Dhanishta to Revati) considered inauspicious for certain activities like construction and travel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.9.1

TDQS

C2.8/5.0
Behavior2/5

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

Annotations already declare the operation as read-only, idempotent, and non-destructive. The description adds no additional behavioral context such as response behavior, limitations, or side effects. It only explains the domain concept of Panchak, not the tool's runtime traits.

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?

The description is two sentences with no redundancy. The first sentence states the action and inputs; the second provides useful domain background. Every sentence earns its place and nothing extraneous is present.

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 is minimal but sufficient for a simple lookup tool. It confirms the input type (date/location) and the output concept (Panchak status), while the output schema and annotations cover safety and return details. Missing usage guidance and parameter clarification prevent a higher score.

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

Parameters1/5

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

The description does not mention any specific parameters, and schema description coverage is 0%. While the schema itself contains per-parameter descriptions, the tool description fails to compensate for the low coverage by explaining what inputs are needed or how they relate to the Panchak calculation. This is a significant gap.

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 action ('Check Panchak status') and resource ('for a given date and location'). It also clarifies what Panchak is, setting it apart from other astrological tools. The purpose is clear even without reading the schema.

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 usage for checking Panchak inauspiciousness, but there is no mention of alternatives or exclusions. Only a basic context is provided.

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