Skip to main content
Glama

List Environments

kinsta_environments_list
Read-onlyIdempotent

Get a complete list of environments for any Kinsta site by supplying the site ID.

Instructions

List all environments for a Kinsta site.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
site_idYesThe site ID to list environments for

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.1.0

TDQS

A3.8/5.0
Behavior3/5

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

The annotations already declare readOnlyHint, openWorldHint, and idempotentHint, covering safety and repeatability. The description adds the scoping behavior that this returns all environments for one site, but it does not disclose higher-level behavior such as pagination, result shape, or whether environments are returned in any order.

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?

A single, front-loaded sentence with no filler. Every word earns its place, and the core action and scope are immediately clear.

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 simple one-parameter list operation with safety annotations provided, the description is mostly complete. It lacks an explicit statement of the return format, but the low complexity and clear schema make this a minor gap.

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 for the only parameter, site_id, is 100%, so the schema already documents the parameter. The description adds little beyond restating the site relationship, making the baseline score appropriate.

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 uses a specific verb and resource, 'List all environments for a Kinsta site,' and clearly differentiates this read operation from the many environment mutation tools among the siblings. The scope is immediately obvious to an agent.

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 tool is used when an agent needs all environments belonging to a given site, but it does not explicitly mention alternatives or exclusion cases. Since the function is self-evident, the usage context is adequate but not detailed.

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