Skip to main content
Glama
This connector has been deprecated

Duplicate listing of the same server under an old namespace. The maintained listing is Layero (ru.layero/layero): same endpoint https://mcp.layero.ru/mcp, current description and tools. The landing-page generator described here was removed in MCP 2.0.

Окружения проекта

list_environments
Read-onlyIdempotent

The project's environments — one per branch (or the single cli one), each with its address and the state of its latest build.

Answers "where is the preview of my branch" and "what is on production
now". `url` is the environment's own address (its host ends with
`-<branch>`); the production branch is ALSO served at the project's
canonical address from `site_status` / `my_projects`. Take addresses
from here, never assemble them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYesThe project: its slug (`my-site`) or id, as listed by `my_projects`. The site address works too (`https://clear-garden-vypm.layero.app` or just `clear-garden-vypm`) — note that the address host is NOT always the slug.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectYes
next_actionYes
environmentsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / project / description
      Previous value: -"Проект: слаг (`my-site`) или id. Слаг — то, что видно в адресе сайта; если пользователь назвал сайт словами, возьми слаг из `my_projects`."New value: +"The project: its slug (`my-site`) or id, as listed by `my_projects`. The site address works too (`https://clear-garden-vypm.layero.app` or just `clear-garden-vypm`) — note that the address host is NOT always the slug."
  2. Added

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the safety profile is covered. The description adds meaningful behavioral context beyond annotations: environments are one per branch, the url host ends with -<branch>, production is ALSO served at a canonical address, and addresses must not be assembled. These are non-obvious details that help the agent interpret results correctly.

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 compact and front-loaded: first defines the resource and its structure, then states the exact questions it answers ben, and ends with a critical usage constraint. Every sentence carries necessary information with no filler.

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?

For a single-parameter read-only tool with an output schema and both safety annotations, the description covers the essential semantics: environment-to-branch mapping, address construction rules, build state availability, and the canonical production address exception. Nothing critical is missing for an agent to invoke and understand results.

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%, so the schema already fully documents the sole project parameter, including slug, id, working site address forms, and the caveat that the host is not always the slug. The tool description itself adds no further parameter-level semantics beyond what the schema already provides, so the baseline of 3 is 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: it lists the project's environments, explains they are one per branch or the single cli one, and states that each has an address and latest build state. It explicitly answers concrete questions ('where is the preview of my branch', 'what is on production now') and distinguishes itself from related sources like site_status and my_projects.

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

Usage Guidelines4/5

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

The description clearly states when to use the tool by framing it as the answer to preview/production location questions resources, and gives a strong behavioral rule: 'Take addresses from here, never assemble them.' It references site_status/my_projects for the canonical production address, which implies alternatives, though it does not explicitly enumerate when-not-to-use conditions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources