Remove a site password
remove_site_passwordRemove a site's password protection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes |
remove_site_passwordRemove a site's password protection.
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes |
Changes observed during successful MCP inspections.
Input schema / $schemaPrevious value: -"http://json-schema.org/draft-07/schema#"New value: +"https://json-schema.org/draft/2020-12/schema"Input schema / additionalPropertiesRemoved value: -falseDoes the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only, idempotency, and destructiveness. The description restates the basic removal operation but adds no extra behavioral context such as side effects, authorization requirements, or edge-case behavior.
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?
A single, front-loaded sentence that communicates the operation without wasted words.
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?
For a one-parameter, idempotent mutation with a clear sibling relationship, the description plus annotations are nearly sufficient. It could still mention prerequisites or reversibility, but the operation is simple and the annotations cover safety.
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 schema provides only siteId with no descriptionhe, and the tool description does not explain what siteId refers to or any constraints. With 0% schema description coverage, the description should compensate but does not.
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?
‘Remove a site's password protection’ is a specific verb+object statement that clearly distinguishes this tool from its sibling set_site_password.
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?
No guidance is given about when to use this tool versus set_site_password or other sibling tools. The intended context is implied but never stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.