Skip to main content
Glama

services_reload

Reload a specified service configuration to apply recent changes. Confirm the service name to trigger an immediate reload without restarting the whole server.

Instructions

Reload a service configuration.

Args: service: Service name. confirm: Required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
serviceYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

C2.4/5.0
Behavior2/5

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

There are no annotations, so the description carries the full burden of explaining behavior. It only restates that the tool reloads a service and does not disclose effects, permissions needed, or whether the service is briefly interrupted. The 'confirm: Required' claim also adds confusion rather than clarity.

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

Conciseness3/5

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

The description is brief and front-loaded with a clear first sentence. However, the args block is under-specified and includes a misleading 'confirm: Required' line, so the brevity sacrifices correctness and completeness.

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?

This is a state-changing tool with no annotations and no meaningful parameter descriptions. It needs to explain side effects, prerequisites, and when reload is appropriate instead of restart, but none of that is present. The output schema exists, so return values don't need to be described, but operational context is still largely missing.

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?

Schema description coverage is 0%, so the description should define both parameters. It only gives 'service: Service name,' which is redundant with the schema title, and 'confirm: Required,' which contradicts the schema where confirm has a default value and is not required. The purpose of confirm is never explained.

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 states a specific verb and resource: 'Reload a service configuration.' It clearly says what the tool does, but it does not differentiate it from sibling tools like services_restart, services_start, or services_stop.

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 given on when to use reload versus restart, start, or stop. The sibling list includes services_restart and other lifecycle tools, but the description never mentions the conditions under which reload is the appropriate choice.

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

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/OpenIaaS/directadmin-mcp-server'

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