Skip to main content
Glama

Update SSH IP Allowlist

kinsta_environments_ssh_ip-allowlist_update

Update an environment's SSH IP allowlist to control which IP addresses can connect via SSH.

Instructions

Update the SSH IP allowlist for an environment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
env_idYesThe environment ID
ip_allowlistYesList of IP addresses to allow SSH access

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.1.0

TDQS

C2.9/5.0
Behavior2/5

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

Annotations provide no readOnly/destructive hints, so the description must carry the behavioral burden. It only says 'Update' and does not disclose whether the ip_allowlist replaces the entire existing list, whether omitted entries are removed, or what side effects occur. This is a meaningful gap for a mutating tool.

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 a single sentence with no filler. It is front-loaded with the action and resource, making it easy to scan.

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?

For a mutation tool with sparse annotations and no output schema, the description leaves out critical operational details: whether the list is replaced atomically, whether existing IPs are preserved, and what the result of the update looks like. The simple schema does not compensate for this missing context.

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 description coverage is 100%, with both env_id and ip_allowlist already described. The description adds no new parameter semantics, such as IP format, CIDR support, or replacement behavior, so the baseline score of 3 applies.

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

Purpose4/5

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

The description states a specific verb ('Update'), a resource ('SSH IP allowlist'), and a scope ('for an environment'), so an agent can tell what the tool acts on. It does not explicitly differentiate from the sibling kinsta_environments_ssh_ip-allowlist, but the 'update' verb implies the write counterpart to that likely read operation.

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?

No guidance is provided for when to use this tool versus alternatives such as kinsta_environments_ssh_ip-allowlist, nor does it mention whether the current allowlist should be retrieved first. There is no when-not-to-use information or mention of prerequisites.

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

Deploy Server

Other Tools