Skip to main content
Glama

BuiltToWinWeb

List every service and industry covered

list_offerings

List all service pages and all industry pages the site covers, with URLs. Use this to check whether a particular business type or service is supported.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. 'List' implies a read-only operation, and 'with URLs' hints at the output shape, but it does not describe the response format, pagination, ordering, or behavior when no matching pages exist. It is adequate but not richly transparent.

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?

Two concise sentences: the first states the action and output, the second states the intended use case. Every word earns its place, and the description is easy to scan.

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 zero-parameter, no-output-schema tool, the description covers scope and output adequately. It names both page categories and the use case. It could be slightly stronger by stating the output format explicitly, but overall it is complete enough for an agent to understand what the tool returns.

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 tool has zero parameters, so the schema carries no burden and the description only needs to clarify that no input is required. The description adds meaning by explaining the tool's purpose and output, which is sufficient for a parameterless tool.

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 verb ('List') and resource ('all service pages and all industry pages'), and notes that URLs are included. It distinguishes itself from the sibling get_services by covering both service and industry pages at the site-wide level.

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 explicitly says when to use the tool: 'to check whether a particular business type or service is supported.' It does not mention exclusions or direct the agent to alternatives like get_services or search_site, but the use case is clear.

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.9/5.0
Disambiguation4/5

Most tools are clearly distinct: search_site vs get_page_markdown, request_quote vs get_contact, get_services vs list_offerings. The only minor overlap is get_services and list_offerings both expose service page information, but their descriptions clarify that one focuses on what BuiltToWinWeb builds and the other on URL coverage.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern: get_*, list_*, request_*, search_*. This makes the tool surface predictable and easy for an agent to learn.

Tool Count5/5

Seven tools is well-scoped for an agency website MCP server: discovery, key pages, pricing, services, offerings, and a conversion action. Each tool earns its place without being bloated or too thin.

Completeness4/5

The tool set covers the core site interaction journey: search, fetch arbitrary pages, list offerings, get pricing/services/contact, and request a quote. Minor gaps like a dedicated portfolio or testimonial tool are not necessary since get_page_markdown can retrieve any page, but they would round out the surface.

Resources