Skip to main content
Glama
zm-gh-ibm

techzone-mcp

by zm-gh-ibm

check_expiring

Identify active reservations expiring within a specified number of days (default 3), listed soonest first with hours remaining. Excludes expired or deleted reservations.

Instructions

Flag active reservations ending within the next N days (default 3), soonest first, each with an hoursRemaining countdown. Use this to answer 'is anything about to expire?' - already-deleted/expired reservations are excluded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses the default window behavior and exclusion criteria, which is useful. However, it doesn't add much beyond the obvious read-only nature implied by 'flag'/list semantics, and doesn't detail the output shape beyond hoursRemaining. Adequate but not rich.

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?

Three concise sentences, each earning its place: what it does, the default behavior, the use case, and the exclusion. Zero waste and front-loaded with the core action.

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

Completeness4/5

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

Has an output schema (which explains return values), a single simple parameter, and no annotations needed for a read-only flagging tool. The description covers the window, ordering, countdown field, and exclusions. Reasonably complete given the low complexity; could mention whether it requires prior list context, but that's minor.

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

Parameters4/5

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

Schema coverage is 0%, so the description must compensate for the single 'days' parameter. It does explain the parameter's effect ('within the next N days, default 3'), which covers what matters. Description fully compensates for the coverage gap on this simple parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Specific verb+resource: 'Flag active reservations ending within the next N days.' Clearly distinguishes from siblings like list_reservations and get_reservation by its time-based expiry focus, and states the output ordering (soonest first) and countdown field (hoursRemaining).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Gives an explicit use-case question ('is anything about to expire?') and explicitly states what's excluded (deleted/expired reservations). It doesn't name a specific alternative tool for the when-not case, but the positive use-case is clear enough to guide selection.

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/zm-gh-ibm/techzone-mcp'

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