Skip to main content
Glama

deadline_tracker

All DORA reporting deadlines per entity with days-until countdown.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entity_idNoOptional — empty for general deadlines

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.1/5.0
Behavior2/5

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

With no annotations, the description carries the full burden. It mentions the countdown feature but does not disclose important behavioral traits such as whether past deadlines are included, sorting order, or any side effects. The read-only nature is only implied, not stated.

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 with no filler. Every word contributes to the meaning, making it appropriately front-loaded and efficient.

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?

For a simple tool with one optional parameter and no output schema, the description covers the core purpose and the countdown aspect. However, it does not explain the behavioral difference between providing an entity_id versus leaving it empty, nor the structure of the returned data beyond the countdown, leaving some gaps.

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 schema has 100% coverage with 'Optional — empty for general deadlines', so the baseline is 3. The description adds no additional parameter semantics; it only repeats the 'per entity' concept already present in the schema. This is adequate but not enhanced.

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 identifies the tool's purpose: providing all DORA reporting deadlines with a days-until countdown. It is implicitly distinguished from sibling tools that handle actual report content (e.g., annual_report, get_report), but it lacks an explicit verb like 'list' or 'get'.

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 versus alternatives, nor are any exclusions or alternative recommendations mentioned. The optional entity_id parameter is only documented in the schema, not in the description, so the agent receives no context about when to include it.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources