Skip to main content
Glama

Get Denied IPs

kinsta_tools_denied-ips
Read-onlyIdempotent

Retrieve blocked IP addresses for a Kinsta environment to review security rules and identify denied traffic sources.

Instructions

Get the list of denied (blocked) IP addresses for an environment.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
environment_idYesThe environment ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.1.0

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already mark this readOnly, openWorld, and idempotent, so the description need not reassert safety. It adds only the clarification that 'denied' means 'blocked'; no pagination, permissions, or response-shape details are disclosed.

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?

One short sentence with no filler, front-loading the operation and scope. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is a simple one-parameter read; description plus schema and annotations are fully sufficient to invoke it. No output schema exists, but the description already states what is returned: a list of denied IPs.

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%; environment_id is described as 'The environment ID' in the schema. The description adds no further parameter detail, so baseline 3 applies.

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?

States a clear verb and resource: 'Get' the 'list of denied (blocked) IP addresses' for an environment. The read intent clearly separates it from sibling kinsta_tools_denied-ips_update, which implies modification.

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 implies the read use case—retrieve the denied-IP list—but does not explicitly name alternatives or state when not to use it. The sibling update tool is discoverable, but no routing guidance is given.

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