Skip to main content
Glama

BuiltToWinWeb

Search the site and answer questions

search_site

Search built2winweb.com and get an answer. Ranks 167 service, industry and blog pages and answers straight from the site's own FAQ content when there is a confident match, otherwise returns the best matching pages with snippets. Tolerates misspellings. Use this first for any specific question about what BuiltToWinWeb does or how it works.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe question or search terms, in natural language.

TDQS

A4.1/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 and does substantial work: it explains ranking of 167 pages, the confident-match FAQ behavior, the fallback to best-matching pages with snippets, and misspelling tolerance. It does not mention rate limits or failure modes, but it reveals key behavioral traits beyond a bare search description.

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 description is slightly longer than the minimum but every sentence adds value: scope, ranking behavior, fallback, tolerance, and usage guidance. The core 'search and get an answer' sentence is front-loaded, though it partially restates the title.

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 single-parameter search tool with no output schema, the description explains enough for correct selection and invocation: what to query, what to expect back (answer or snippets), and when to use it. It does not describe the no-result edge case or detailed response structure, but those are not essential for choosing and calling the tool.

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 input schema already fully describes the one parameter ('query') as natural language, so the description adds little parameter-level meaning. The misspelling tolerance hints at query behavior, but this is behavioral context rather than parameter semantics. Baseline 3 applies due to 100% schema coverage.

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 a specific action—search built2winweb.com and get an answer—and details the behavior: ranking pages, matching FAQ content, returning snippets. This distinguishes it from siblings like get_page_markdown or list_offerings, which are not general Q&A search tools.

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?

It explicitly says to use this tool first for any specific question about what BuiltToWinWeb does or how it works, which gives clear context. It does not mention when not to use it or name alternatives, so it stops short of a 5.

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