Skip to main content
Glama

Set Safety Mode

set_safety_mode

Set the safety mode for AWS operations to control which actions are permitted. Choose a mode to enforce safeguards or allow changes.

Instructions

Change the safety mode for operations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.1/5.0
Behavior2/5

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

Annotations are absent, so the description bears the full responsibility for behavioral disclosure. It says 'Change' which implies mutation, but it does not describe side effects, whether the change is reversible, what happens to ongoing operations, or any permission requirements. For a tool that alters state, this is a significant gap.

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 a single short sentence, which is concise in length but under-specified. It does not earn its place by providing useful information; it is merely a restatement of the title with a minor verb change. The lack of substance makes it inadequate rather than efficient.

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?

The tool has one parameter and no annotations. The description does not explain the purpose of the safety mode, what operations it affects, or any preconditions. Even though an output schema exists (not provided), the description does not convey what the tool returns. For a simple tool, the description is incomplete and leaves critical gaps.

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 schema has 0% description coverage for the only parameter 'mode'. The description does not explain what valid values are, what each mode does, or any format expectations. The description adds no meaning beyond the raw schema, and with zero coverage, the agent is left completely uninformed about the parameter's semantics.

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

Purpose3/5

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

The description states a specific verb ('Change') and a resource ('safety mode') with a context ('for operations'), which is more than a tautology. However, it does not define what 'safety mode' means, what modes are valid, or how it distinguishes from sibling tools like set_alias or switch_environment. It is clear at a high level but lacks the specificity needed for an agent to know exactly what it does.

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?

The description provides no guidance on when to use this tool versus alternatives, no mention of required prerequisites, and no mention of what modes are acceptable. It does not reference any sibling tool or provide context on typical scenarios. An agent cannot infer when to call this from the description alone.

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