Skip to main content
Glama
EugenEistrach

mcp-loader

test_hotReloadTest

Call this tool with a name to verify hot reload in the MCP server; a successful response confirms updated tool files are loaded automatically.

Instructions

Test that hot reload is working

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

D1.5/5.0
Behavior1/5

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

No annotations exist, so the description must disclose behavior itself. It does not: there is no mention of side effects, environment requirements, assertions performed, output produced, or whether the test mutates anything. The description is too thin to inform an agent about the tool's actual behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one short sentence, but this is under-specification rather than effective conciseness. Every sentence is minimal, yet the content does not earn its place because it adds almost no information beyond the tool name.

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

Completeness1/5

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

Despite being a simple tool with one optional parameter and no output schema, the description is insufficient: an agent cannot know what 'hot reload' refers to, what conditions the test checks, whether it is safe to call, or what a successful or failed result looks like. The description needs substantial additional context.

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 input schema declares one optional string parameter 'name', but schema description coverage is 0%. The description does not mention 'name' at all, nor does it explain its purpose, format, or effect. Since the description provides zero compensation for the undocumented parameter, this is a major gap.

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

Purpose2/5

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

The description 'Test that hot reload is working' essentially restates the tool name test_hotReloadTest. It names a vague goal ('test hot reload') but does not specify what action the tool performs, what resource it operates on, or how it differs from sibling tools like test_liveTest or test_echo.

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?

There is no guidance about when to use this tool, what conditions warrant calling it, or which sibling tool would be a better fit. The description simply repeats the tool's stated purpose without giving an agent any decision criteria.

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