Skip to main content
Glama
sandraschi

Nest Protect MCP Server

reset_mcp_config

Reset server configuration to factory defaults. Confirmation is required to prevent accidental reset.

Instructions

Reset Configuration to Defaults.

Revert all server settings to their original factory values (requires confirmation).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYesParameters for resetting config.
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 states the reset action and requires confirmation, indicating destructiveness, but does not fully disclose consequences like loss of custom settings or potential service interruption.

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 two sentences with no extraneous words. It is front-loaded with the purpose and follows with a necessary clarification. Every sentence is earned.

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?

For a tool with one parameter and no output schema, the description covers core functionality. However, it could be more complete by noting irreversibility or impact on other settings, but overall it is sufficient.

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?

Schema coverage is 100% with the confirm parameter already described as 'Must be set to True to confirm reset'. The description only adds 'requires confirmation', providing minimal extra meaning beyond the schema.

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?

The description clearly states 'Reset Configuration to Defaults' and 'Revert all server settings to their original factory values', specifying the verb and resource. It distinguishes from siblings like update_mcp_config and import_config_file by targeting factory reset.

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

Usage Guidelines3/5

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

The description mentions 'requires confirmation' but does not provide explicit guidance on when to use this tool over alternatives like update_mcp_config or import_config_file. The usage context is implied but not elaborated.

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/sandraschi/nest-protect-mcp'

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