wisdom_reload_config
Reload configuration from disk to apply updated settings immediately.
Instructions
Reload configuration from disk
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Reload configuration from disk to apply updated settings immediately.
Reload configuration from disk
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
v0.1.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It only says that configuration is reloaded from disk; it does not disclose side effects, such as whether current in-memory settings are overwritten, whether a restart is needed, or what happens if the disk configuration is invalid.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single front-loaded sentence with no filler or redundant phrasing. Every word contributes meaning, making it highly concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low complexity (zero parameters, no output schema), a short description is acceptable, but it leaves out important context: when to call it, what reloading actually changes, and what the agent should expect in return. It is minimally viable but not fully complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters and the schema description coverage is 100%, so there is nothing for the description to clarify about parameters. The description correctly implies an argument-free operation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a concrete action ('reload') and a resource ('configuration from disk'), so an agent can at least recognize this as a configuration-reload utility. It is not a pure tautology because it adds the source location, though it does not explicitly differentiate from related tools like wisdom_configure.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance about when this tool should be used, when it should not be used, or how it relates to sibling tools such as wisdom_configure or wisdom_quickstart. The agent must infer the intended context entirely from the name and the sibling list.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SandraK82/wisdom-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server