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.

Показать снимок сайта

site_screenshot
Read-only

A screenshot of the latest built version of the site — how it looks.

Complements `read_site` (what is on the page) and `site_issues` (what is
wrong with it) with the third question: how it looks. Useful before and
after a visual change.

⚠️ The screenshot is taken at BUILD time, not now. Right after a publish
a fresh one does not appear instantly — do not present the previous one
as the result of your change.

An image costs far more context than text. Do not call it "just in
case": for "what is wrong with the site" `site_issues` is cheaper and
more specific.

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.

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.6/5.0
Behavior5/5

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

The readOnlyHint annotation already marks it as read-only, but the description adds crucial behavioral context: the screenshot is taken at build time, not now, and a fresh one does not appear instantly after a publish. It also warns about the high context cost of images. These are behavioral traits not derivable from annotations alone.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured: purpose in the first line, then complementary relationship, then timing warning, then cost advice. Each paragraph earns its place, though it could be slightly tighter. The key warnings are front-loaded after the purpose.

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 full schema coverage, the description fully covers purpose, usage context, timing behavior, and cost trade-offs. Nothing an agent needs to invoke it correctly is missing.

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?

The schema already provides 100% coverage of the single `project` parameter, including accepted formats (slug, id, or URL) and the caveat that the address host is not always the slug. The description adds no parameter-level information beyond the schema, 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?

The description states a specific verb and resource: 'A screenshot of the latest built version of the site — how it looks.' It explicitly differentiates from sibling tools by naming the complementary questions read_site and site_issues answer, so an agent can immediately tell what this tool is for.

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?

It gives clear when-to-use ('Useful before and after a visual change') and when-not-to-use ('Do not call it "just in case"') guidance, and explicitly routes the 'what is wrong' question to site_issues as cheaper and more specific. This is exemplary usage guidance.

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