Skip to main content
Glama

Get a Warpweb site

get_site

Fetch site build status by ID to poll for completion and retrieve the live deployment URL when ready.

Instructions

Fetch the current record for one site by id. Use this to poll the status of a build after create_site (or a create_revision). Returns the full site row including status, generation_phase, generation_message, and (when complete) deployment_url. Polling pattern: call every 2–5 seconds; stop when status is complete or failed. status values: generating | complete | failed | research_review. Returns 404 if the site does not exist OR is not owned by your account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteIdYesSite UUID returned by `create_site`.
Behavior5/5

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

With no annotations provided, the description fully carries behavioral disclosure. It details the return fields (status, generation_phase, generation_message, deployment_url), enumerates possible status values, explains the polling stop conditions, and documents the 404 behavior for missing or unowned sites. This is rich, honest context beyond mere annotations.

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 front-loaded with the core purpose, then flows logically into usage, return fields, polling pattern, status values, and error behavior. Every sentence adds necessary information; nothing is filler or repetitive. It is appropriately sized for the tool's complexity.

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?

Despite having no output schema, the description adequately explains what the tool returns and under what conditions. It accounts for the single parameter, lists all relevant statuses, provides a practical polling algorithm, and covers the not-found case. It is complete for a simple site lookup/polling tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already provides a clear description for siteId ('Site UUID returned by create_site'), giving a baseline of 3. The tool description adds value by explaining that the id refers to a site record, implying the 'by id' lookup, and clarifying that a 404 occurs if the id is not owned by the account. This enriches parameter meaning without redundancy.

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 clearly states the tool fetches the current record for one site by id, using the specific verb 'Fetch' and resource 'site record'. It distinguishes itself from sibling tools like list_sites (which lists multiple) and create_site (which creates), by focusing on a single site lookup with a clear scope.

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?

Explicitly instructs when to use: to poll build status after create_site or create_revision. It provides a concrete polling pattern with intervals and stopping criteria, and mentions the 404 case for non-existent/unowned sites, offering clear context for usage.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/northbeamsoftware/warpweb-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server