Skip to main content
Glama

swebsy_status

Check editor connection, open site/page, and readiness before editing. Returns a brief theme summary—fonts, color mode, brand colors—to confirm the correct project is loaded.

Instructions

Report bridge status, siteName, selected page, and editorReady, plus a short theme summary (fonts, default color mode, brand colors). After creating or opening a site, wait until editorReady is true and siteId matches the expected site before editing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
verboseNoAlso return the full site settings object (all theme tokens + custom CSS). Default false — the summary answers 'am I connected and what is open?'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.8.0

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool returns a summary by default and can optionally return the full settings object via the verbose parameter. It also implies a read-only nature (reporting status) and gives a practical tip about waiting for editorReady, which is helpful behavioral context.

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 concise, two sentences, and front-loaded with the main purpose. The usage tip is added as a second sentence without unnecessary verbosity. Every word earns its place.

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?

Given that there are no annotations, no output schema, and only one parameter, the description is largely sufficient. It tells the agent what the tool returns and how to use it for readiness checks. The only minor gap is that it doesn't explicitly state that the tool is read-only, but that is implied. Overall, it is complete enough for effective invocation.

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 describes the only parameter (verbose) with its default and purpose. The description adds a little context by explaining what the default summary answers ('am I connected and what is open?'), but since schema coverage is 100%, the description provides minimal additional value beyond the schema.

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 clearly states the tool reports bridge status, siteName, selected page, editorReady, and a theme summary. It distinguishes it from other tools by focusing on status reporting, not editing or listing. Could be more specific about being a diagnostic/read-only tool, but it is clear enough.

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 provides explicit usage guidance: after creating or opening a site, wait until editorReady is true and siteId matches the expected site before editing. This implies it is used for checking readiness, which is useful. It does not explicitly mention alternatives, but given the sibling list, status is unique.

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