Black Label Golf Website MCP
Server Details
Search and read public Black Label Golf pages with source URLs.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-06-18
- URL
TDQS
Scored across 3 tools
The three tools have clearly distinct purposes: read_page retrieves page content, search_pages finds pages by URL keywords, and site_info provides site-level metadata and links. There is no functional overlap or ambiguity.
All tool names follow the same snake_case style using two words: read_page and search_pages are verb_noun, while site_info is noun_noun. Despite the slight grammatical difference, the naming is consistent and predictable.
Three tools is a small but reasonable set for a read-only website MCP. It covers the core needs of reading, searching, and site context without excess, though it is on the minimal end.
The tool surface covers the main domain actions for a website: retrieving content, finding pages, and getting site information. A potential minor gap is lack of a direct 'list all pages' tool, but search_pages and site_info's sitemap links largely address this.
Available Tools
3 toolsread_pageRead website pageARead-onlyIdempotentInspect
Read one https://asgolfclothing.com page as Markdown (Cloudflare Markdown for Agents) or stripped text, up to 40,000 characters.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark it read-only, idempotent, and non-destructive; the description adds a 40,000-character cap and the two return representations. This gives useful expectations about output length and format, though it doesn't cover error behavior or redirects.
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?
A single sentence conveys target, scope, output format, and length limit with no filler. All details are compressed and front-loaded around the verb 'Read.'
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 fetch tool with no output schema, the description gives enough to invoke it: the URL shape, return format, and size cap. It doesn't mention error behavior, but annotations and the small surface area make that a minor gap.
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 schema only says 'url' is a URI, so the description's 'one https://asgolfclothing.com page' supplies the key constraint that the URL must point to a page on that domain. It doesn't explain the meaning of 'stripped text' or any URL formatting requirements, leaving some semantics implicit.
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 names a precise operation ('Read one page'), the exact target domain, and the output forms (Markdown or stripped text). Saying 'one page' distinguishes it from sibling tools that search pages or provide site info, so an agent can select it without opening the schema.
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 clearly implies the tool is for fetching a single page from asgolfclothing.com, which complements search_pages (finding pages) and site_info (site-level info). It doesn't explicitly state when to prefer an alternative or list exclusions, so it stops short of full routing guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_pagesSearch website pagesARead-onlyIdempotentInspect
Find pages on asgolfclothing.com by words in their URL path (sitemap search). Returns URLs with a match score.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already cover read-only, open-world, idempotent, and non-destructive behavior. The description adds useful behavioral context beyond that: it reveals that the search is based on the sitemap and that the return value includes URLs with a match score. With no output schema, this return-value disclosure adds meaningful transparency.
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 focused sentence that front-loads the primary purpose and follows with the return type. There is no wasted wording or filler, and every phrase adds information: site scope, matching basis, mechanism, and return value.
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 search tool with strong annotations and only two parameters, the description is nearly complete. It states the scope, the search mechanism, and the result shape. It does not specify sorting or match-score details, but these are not essential for an agent to 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?
Schema description coverage is 0%, so the description must carry the weight. It explains that 'query' represents words to match against URL paths, which is helpful. However, it does not explicitly describe the 'limit' parameter's effect, leaving the agent to infer from the schema's name and defaults. This is adequate but not fully compensating for the missing schema descriptions.
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 states a specific verb ('Find pages'), a specific target ('asgolfclothing.com'), a specific matching criterion ('words in their URL path'), and even names the mechanism ('sitemap search'). This clearly distinguishes it from sibling tools like read_page and site_info, which are about reading individual pages or obtaining site-level information, not searching by URL path.
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 gives clear usage context: use this tool when you need to find pages by URL path words. It does not explicitly mention when not to use it or name alternatives, but the contrast with siblings read_page and site_info is inferable from the domain-specific search statement.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
site_infoSite informationARead-onlyIdempotentInspect
What Black Label Golf (asgolfclothing.com) is, with links to its sitemap, docs, contact and every discovery document.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds content scope (links to sitemap, docs, contact, discovery documents) but no behavioral traits such as rate limits, auth, or return format. This adds some value but not rich context.
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?
One sentence, front-loaded with the core purpose ('What Black Label Golf is') and then specifics about links. No waste, efficient and clear.
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, read-only info tool with annotations covering safety, the description is sufficient. It explains the content and links. It doesn't explicitly state return format, but that is implied by 'links to...' and the tool's nature. Minor gap but acceptable.
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 is trivially complete. The description does not need to explain parameters, and with 100% coverage the baseline is 4. No further meaning is required.
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's purpose: to provide information about what the site is, including links to sitemap, docs, contact, and discovery documents. It distinguishes itself from siblings (read_page, search_pages) by focusing on site-level metadata rather than page content or search.
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?
No guidance is given on when to use this tool versus read_page or search_pages. It does not state 'use this for site overview' or 'use read_page for specific page content.' The agent must infer its role from the description, which is minimal.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
3 tool updates
- First observed
read_page - First observed
search_pages - First observed
site_info
Related MCP Connectors
Search and read public Black Label Real Estate pages with source URLs.
121Search and read public BlackLabel Tech pages with source URLs.
31Search and read public Black Label Bots pages with source URLs.
101Search and read public Black Label Continuum pages with source URLs.
31
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceFetches and caches public site pages from llms.txt and returns structured answers with source URLs, enabling verification of claims against live public content.MIT
- FlicenseNot gradedqualityCmaintenanceFetches any public web page and provides SEO foundation snapshots and prose readability analysis.-
- FlicenseNot gradedqualityBmaintenanceProvides ad-filtered web search and full-page content reading, including multi-page and JavaScript-rendered pages, with source verification and configurable search providers.-
- AlicenseNot gradedqualityCmaintenanceHelps AI agents search the public web and fetch content with anti-bot measures, returning clean markdown outputs suitable for citation.2Apache 2.0
Glama MCP Gateway
Add one secure layer between your agents and this server.