Skip to main content
Glama

enable_default_key_replication_regions

Add regions to the account-wide default so subsequently created keys replicate automatically. Affects future keys only; existing keys require separate action.

Instructions

Call this to add regions to the account-wide default, so subsequently created keys replicate there automatically.

This is account-level and affects future keys only — it does not retroactively replicate existing keys. Use add_key_replication_regions for keys that already exist.

Args: replication_regions: Regions to enable by default, e.g. ["us-west-2"]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
replication_regionsYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.2.0

TDQS

A4.6/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses the account-level scope, the non-retroactive behavior, and the side effect on subsequently created keys. However, it does not mention response behavior or permission requirements, though those are less critical for this additive configuration operation.

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 tight and front-loaded: it immediately states the action, then scope, then the sibling alternative, then the argument. Every sentence earns its place without extraneous detail.

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 single-parameter configuration tool, the description covers the key operational context: what the tool does, its account-level scope, its non-retroactive behavior, and the alternative for existing keys. It does not describe the response format, but no output schema exists and the missing detail is unlikely to prevent correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It explains that replication_regions are 'Regions to enable by default' and provides a concrete example, i.e. ['us-west-2']. This gives an agent enough meaning to supply the parameter, though region validation rules are not stated.

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 states a specific verb and resource: 'add regions to the account-wide default' so that subsequently created keys replicate there automatically. It clearly distinguishes this from add_key_replication_regions by noting it affects future keys only.

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

Usage Guidelines5/5

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

The description explicitly says when to use this tool ('account-level', 'future keys only') and names the alternative for existing keys: 'Use add_key_replication_regions for keys that already exist.' It also clarifies that it does not retroactively replicate existing keys, which prevents misuse.

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

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/J8k3/aws-payment-cryptography-mcp'

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