Skip to main content
Glama

OSIR Domain Registrar

osirSiteDesignBrief

Step 1 of designing a website with OSIR. BEFORE calling: ask the user for any required field you would otherwise have to guess, and offer the optional extras in ONE batch — logo, brand colours, own photos, real content (tagline, services with prices, contact details), reference sites plus what they like about each, language, tone. Don't invent what the user could simply tell you; skipped extras are fine. Validates the client's brief and returns 'systemPrompt' — the design instructions YOU must then follow to write one complete self-contained HTML page — plus 'editRules' for later revisions. Required: businessName, whatItIs (what the business concretely does/sells), audience (who visits and why), pageJob (get_contact|sell_product|book_appointment|collect_signups|inform_portfolio|other), primaryAction (the one CTA, e.g. 'Book a table'). Optional briefJson: a JSON object with site_type, sections[], language (ISO, default en), tone (warm|premium|playful|technical|minimal|bold), mood_words[] (max 5), brand{logo_url, primary_color '#RRGGBB', secondary_color, fonts[], existing_site_url, references[{url, what_you_like}] (max 3; direction only, never copied), dislikes}, content{tagline, services_or_products[{name,description,price}], about_text, contact{phone,email,address,hours,social[]}, image_urls[], testimonials[{quote,name}] (real only)}, constraints{dark_mode, animations (none|subtle|expressive), form_endpoint, legal_footer}. No authentication needed. Afterwards publish with osirSitePublish.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageJobYes
audienceYes
whatItIsYes
briefJsonNo
businessNameYes
primaryActionYes

TDQS

A4.9/5.0
Behavior5/5

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

With no annotations, the description carries the full burden and succeeds: it discloses return values, the agent's follow-up responsibility to produce an HTML page, that no authentication is needed, that skipped extras are fine, and that the process is a validation/generation step rather than a publish action.

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 content is dense and valuable with no filler, but it is delivered as one long paragraph with many embedded clauses. Structuring the briefJson specification separately would improve scannability without adding length.

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 complex 6-parameter tool with no output schema and no annotations, the description is remarkably complete: required vs optional params, full optional object shape, output contract, workflow positioning, auth status, and next sibling step are all covered.

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

Parameters5/5

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

Schema description coverage is 0%, and the description fully compensates. It explains every required field in plain language, enumerates pageJob values, gives a concrete primaryAction example, and details the nested structure of briefJson including enums, max counts, and content rules.

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?

States a specific verb and resource: it validates the client's brief and returns systemPrompt and editRules as Step 1 of OSIR website design. It also distinguishes itself from the sibling osirSitePublish by naming it as the follow-up publish step.

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?

Provides explicit before-calling guidance: ask the user for anything you would otherwise guess, offer optional extras in one batch, and do not invent values. It also tells the agent what to do afterwards, making the intended workflow unambiguous.

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.

TDQS

B3.1/5.0
Disambiguation2/5

The set has several near-duplicate or heavily overlapping tools: initiateTransfer and transferDomain appear to do the same thing, and generateDomainSuggestions, bulkDomainSuggestions, suggestAlternatives, spinDomainWords, and addPrefix/addSuffixToDomain all occupy suggestion space. Account/profile tools like getAccountSummary, getMyProfile, getRecentActivity, and getMyAuditLogs also blur together.

Naming Consistency2/5

Many tools follow verb_noun camelCase (createDnsRecord, listInvoices, updateContact), but the broader set mixes styles: osirAppCreateUpload vs osirAppList vs osirAppStatus, plus inconsistent verbs like check/verify/validate/preview for similar lookup actions. The naming is readable but not predictable across the full surface.

Tool Count1/5

105 tools is an extreme count for any single MCP server, even one spanning domain registration, DNS, VPS, email, billing, app deployment, and site publishing. The surface would be far more coherent split into focused servers by domain.

Completeness3/5

Core domain, DNS, billing, VPS, mail, and app deployment workflows are broadly covered. However, there are notable gaps: no way to update or reassign the contacts on an existing domain, no update operation for host/glue records, and no VPS power operations like reboot or stop outside the external control panel.