BuiltToWinWeb
Server Details
Search BuiltToWinWeb's services, industries and blog. Flat-fee custom PHP sites for small business.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
7 toolsget_contactGet contact / quote linkBInspect
How to contact BuiltToWinWeb or request a free project quote.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description bears the full burden. It signals an informational tool ('How to contact...') and refers to a quote link, which implies a read-only retrieval, but it does not explicitly state what is returned, whether it only returns a link, or whether any external navigation occurs. The transparency is adequate for such a simple tool but not detailed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that front-loads the core purpose and contains no filler. It earns its place by communicating the connection to contact and quote-link retrieval, though the 'or request' wording adds slight ambiguity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a no-parameter, no-output-schema tool, the description is minimally sufficient but incomplete where it matters: it does not say what the response contains, and it fails to disambiguate from the sibling request_quote tool. An agent could reasonably select the wrong tool when a user asks to actually request a quote.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has zero parameters, so the baseline is 4. There is no parameter meaning for the description to add, and the description appropriately focuses on the tool's informational output.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The title 'Get contact / quote link' and the description make clear this tool provides contact information and a link to request a quote for BuiltToWinWeb. The description is less crisp, using 'or request a free project quote,' which could be read as a write action rather than retrieving a link. It is distinguishable from siblings by its contact/quote-link focus, but it does not explicitly contrast with request_quote.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance about when to use get_contact instead of request_quote, get_pricing, get_services, or list_offerings. The phrase 'or request a free project quote' even suggests overlap with request_quote, leaving an agent to guess which tool actually generates a quote request versus merely provides a link.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_page_markdownRead a site page as MarkdownAInspect
Fetches any page on built2winweb.com and returns it converted to Markdown (uses the site's markdown content negotiation). Pass the path, e.g. "/" or "/blog/core-web-vitals/".
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Site-relative path starting with / | / |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral burden. It discloses that the tool performs a fetch, converts to Markdown, and relies on the site's markdown content negotiation, plus expected input format. It doesn't mention edge cases like 404s or empty content, but core behavior is clear.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two short sentences: first states action and result, second gives input format and examples. No filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter, read-only page fetcher with no output schema, this is complete: it names the domain, the path format, examples, and the Markdown return format. Nothing critical is missing for invoking it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3; the description adds value with explicit path examples ('/' and '/blog/core-web-vitals/') and reinforces that path is site-relative and must start with '/'. This goes beyond the schema field description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Begins with 'Fetches any page on built2winweb.com' – a specific verb, resource, and scope. It also states the result is converted to Markdown, which distinguishes it from sibling tools like get_contact or search_site that serve different content or purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Gives clear context: use this tool to retrieve any site page by passing a site-relative path, with concrete examples. It does not explicitly name alternatives or state when not to use it, though the 'any page' framing implies it is the general-purpose page-fetch tool.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_pricingGet pricing modelAInspect
BuiltToWinWeb pricing: flat one-time fee, no monthly costs, full code ownership. Exact quotes are per-project via the free quote form.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the behavioral disclosure burden. It states what the tool will present: flat one-time fee, no monthly costs, and full code ownership, while clarifying that exact quotes are out of scope. A return format is not described, but for a zero-parameter static information tool this is a minor gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two concise sentences with no filler. The first sentence delivers the core pricing model, and the second adds the important custom-quote caveat. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a no-parameter information tool with no output schema, the description provides the essential content and directs exact-quote requests to the quote form. It is complete enough for an agent to select and invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so the empty input schema leaves nothing to document. The description adds useful context about what the returned pricing model contains, which is sufficient.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the resource as BuiltToWinWeb pricing and specifies the key content: flat one-time fee, no monthly costs, full code ownership. It also distinguishes general pricing from per-project quotes, making the tool's purpose easy to identify.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides a clear boundary: exact quotes are per-project via the free quote form, implying this tool is for general pricing model information, not custom quotes. It does not explicitly name the request_quote sibling, but the guidance is clear enough for an agent to choose correctly.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_servicesGet servicesBInspect
What BuiltToWinWeb builds: custom hand-coded PHP websites for small businesses (restaurants, law firms, dentists, contractors, salons, ecommerce, SaaS). Returns the service list with links.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the behavioral disclosure burden. It discloses that the output is a service list with links, but it does not mention side effects, response format details, or that this is a safe read operation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact and front-loads the key action in the second sentence. The first sentence adds useful context about what the services are, though the long list of business types is somewhat expendable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter tool, the description is mostly sufficient: it names the output (service list with links) and the domain. However, it lacks coordination with sibling tools and does not clarify what the links point to or how this differs from list_offerings.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so there is no parameter semantics burden on the description. The baseline of 4 applies because nothing needs to be explained beyond what the empty schema already shows.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool 'Returns the service list with links,' which is a specific verb and resource. It identifies the domain (BuiltToWinWeb's custom PHP websites) but does not explicitly distinguish it from sibling tools like list_offerings or get_pricing.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
There is no guidance on when to use this tool versus alternatives such as list_offerings or get_pricing. The intended use is only implied as 'returns the service list,' with no exclusions or decision rules.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_offeringsList every service and industry coveredAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
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.
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.
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.
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.
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.
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.
request_quoteRequest a project quoteAInspect
Submit a project quote request to BuiltToWinWeb. This sends a real enquiry, so only call it once the user has explicitly asked for a quote and supplied their own name and email. Returns a reference number on success.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The user's full name. | |
| Yes | The user's email address for the reply. | ||
| project | Yes | What the user needs: business type, rough page count, and any features such as booking or online ordering. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It explicitly reveals the side effect ('sends a real enquiry'), the required user consent and data prerequisites, and the success return value. It could add failure behavior or irreversibility detail, but the most important behavioral trait is clearly disclosed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences with no filler. The action is front-loaded, the side-effect warning is placed before invocation advice, and the return value is stated at the end. Every sentence earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple three-parameter tool with no output schema, the description covers purpose, invocation conditions, side effects, and success result. It does not describe failure modes or error handling, but nothing essential to calling the tool correctly is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the input schema already documents all three parameters well. The description reinforces that name and email must be the user's own, but adds no additional meaning about the 'project' parameter beyond what the schema states.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific action ('Submit a project quote request'), names the target ('BuiltToWinWeb'), and is clearly distinct from the read-only sibling tools such as get_contact, get_pricing, and search_site. This is the only tool in the list that performs a submission, so its role is unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit preconditions: call it only after the user has explicitly asked for a quote and supplied their own name and email. It also warns that this is a real enquiry, which tells the agent not to invoke it speculatively. No alternatives are named, but the condition is sufficient for correct selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_siteSearch the site and answer questionsAInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The question or search terms, in natural language. |
TDQS
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.
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.
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.
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.
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.
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.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Search CodeStringers' Zoho & custom-software content and business details, live.
Search 7,000+ local service businesses across America by category, location, or keyword.
Search the web, images, videos, news, and local businesses with robust filters, freshness controls…
Search WindowsForum.com threads, posts, and Windows news; fetch documents and Microsoft KB info.
Related MCP Servers
- AlicenseBqualityDmaintenanceSearching google, individual websites and scraping their content. Fast and cost-effective. ⚡️98123MIT
- AlicenseAqualityCmaintenanceEnables users to research public websites, identify SEO problems, match them to agency services, and score opportunities with evidence.8MIT
- AlicenseAqualityDmaintenanceEnables search capabilities using a Google Custom Search Engine, allowing users to input a search term and retrieve search result titles, links, and snippets, while facilitating integration with other tools for content extraction and advanced search strategies.145The Unlicense
- AlicenseNot gradedqualityDmaintenancePerforms comprehensive web searches by combining Google search with advanced content extraction using Mozilla's Readability algorithm.182MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.
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.
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.
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.