Skip to main content
Glama

set_no_ads

Turn the boomurl banner off (enabled=true) or back on (enabled=false) for a site the key owns. Enabling charges $2 from the credit balance immediately for a 30-day period and renews monthly while credits last. If the balance is too low it returns an insufficient_credits error — call buy_credits first. Requires a key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYesboom_sk_ key.
nameYesSite name.
enabledYestrue = remove the banner (charges $2/mo); false = stop renewing.

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations, the description must carry the safety burden, and it does: immediate $2 charge, 30-day period, monthly renewal while credits last, insufficient_credits error, key requirement. It even names the remediation path (buy_credits) for the failure mode.

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?

Three sentences each earn their place: action, cost/renewal behavior, and error remediation. The key behavior is front-loaded, and there is no filler or repetition of schema text.

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?

For a simple toggle with no output schema and no annotations, the description covers inputs, cost, renewal, failure mode, and prerequisite action. It does not describe the success response or refund behavior on early disable, but neither is essential for correct invocation.

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?

Schema descriptions already cover all three parameters (100% coverage), so the baseline is 3; the description adds value by explaining the financial consequences of the boolean and the relationship between key, name, and ownership.

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 concrete action ('Turn the boomurl banner off/on') and binds it to the enabled parameter and an owned site, making the tool's role immediately obvious. This clearly differentiates it from siblings like publish_site or delete_site.

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?

Provides clear context: use it to toggle banner suppression for a key-owned site, and explicitly orders buy_credits first if an insufficient_credits error might occur. It does not spell out when not to use it, but the purpose is narrow and 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

A3.7/5.0
Disambiguation5/5

All 14 tools have clearly distinct purposes with no overlap. Related tools like buy_credits, get_balance, and list_topup_packs handle different aspects of credit management without ambiguity.

Naming Consistency5/5

Tool names follow a consistent verb_noun pattern with snake_case (e.g., attach_domain, delete_site, list_sites). No mixing of conventions.

Tool Count5/5

14 tools cover the core functionality of a static site hosting service: domain management, site publishing/deletion, credit system, key acquisition, and name checking. The scope is well-balanced.

Completeness4/5

The tool set covers the main lifecycle (create, read, update, delete) for sites and domains. Minor gaps include no direct tool to rename a site or manage keys beyond creation.

Resources