Skip to main content
Glama
MikeyBeez

reasoning-tools

by MikeyBeez

date_calculate

Calculate dates by adding or subtracting days from a base date, with custom output format. Verifies results computationally to ensure accuracy.

Instructions

Perform date arithmetic with computational verification

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoOutput format (MM/DD/YYYY, YYYY-MM-DD, etc.)MM/DD/YYYY
base_dateYesStarting date in YYYY-MM-DD format
operationNoDate operation description (e.g., "add 7 days to 2023-01-15")
offset_daysYesNumber of days to add/subtract
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It mentions 'computational verification' but does not explain what is verified, what the output is, or any side effects. This is insufficient for a tool with even moderate behavioral complexity.

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 a single concise sentence that is efficiently front-loaded. It contains no fluff or redundancy, earning a perfect score for conciseness.

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

Completeness2/5

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

The description is incomplete for a tool with four parameters and no output schema. It fails to explain the relationship between operation, base_date, and offset_days, and what 'computational verification' means in terms of return values. The context is not sufficiently complete.

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 descriptions for all four parameters (100% coverage), so the schema already handles parameter semantics. The tool description adds no additional parameter information, warranting the baseline score of 3.

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 the tool performs date arithmetic, identifying both the verb and the resource. It distinguishes itself from sibling tools like boolean_evaluate and object_count, which focus on other operations. However, the phrase 'computational verification' is ambiguous and could confuse the actual purpose.

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 guidance is provided on when to use this tool or when to prefer an alternative. The description only states the action without any contextual cues about prerequisites, exclusions, or relationships to sibling tools.

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/MikeyBeez/mcp-reasoning-tools'

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