get_hijri_date
Get the Islamic (Hijri) date for a given Gregorian date, or today.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Gregorian date as YYYY-MM-DD. Defaults to today (UTC). |
Get the Islamic (Hijri) date for a given Gregorian date, or today.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Gregorian date as YYYY-MM-DD. Defaults to today (UTC). |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already indicate readOnlyHint=true. The description adds that the tool returns a Hijri date for a given Gregorian date or today. However, it does not disclose output format (e.g., string, object) or timezone handling, which are not covered by annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, concise sentence that is front-loaded. It could provide slightly more detail about output, but it avoids unnecessary words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given one optional parameter, no output schema, and simple operation, the description is mostly adequate. However, it does not describe the return value (e.g., Hijri date string or object), leaving some ambiguity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage for the single parameter 'date', specifying format and default. The tool description does not add extra meaning beyond 'or today', so it does not compensate beyond baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly specifies the verb 'Get' and the resource 'Islamic (Hijri) date', and includes the default behavior for today. It is distinct from sibling tools which focus on prayer times, qibla, and Quran audio.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The tool's purpose is clear and distinct from siblings, but the description does not explicitly mention when to use or avoid this tool vs alternatives. The context implies usage for Hijri date conversion, but no guidance is given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.