Skip to main content
Glama

BL Sports Website MCP

Server Details

Search and read public BL Sports pages with source URLs.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-06-18
URL

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: read_page retrieves content from a specific URL, search_pages finds URLs by path keywords, and site_info provides metadata about the site itself. There is no overlap or ambiguity between them.

Naming Consistency4/5

read_page and search_pages follow a consistent verb_noun pattern, but site_info deviates by using a noun_noun structure without a verb. All names are lowercase with underscores, so the inconsistency is minor and unlikely to confuse.

Tool Count5/5

With only 3 tools, the server is tightly scoped to its purpose of accessing a specific website. Each tool serves a necessary function (read, search, and site overview), and the count fits well within the recommended 3-15 range.

Completeness5/5

The tool set covers the core operations for a website retrieval server: reading page content, discovering pages via search, and understanding the site's structure and purpose. No obvious gaps exist; site_info even links to the sitemap for broader discovery.

Available Tools

3 tools
read_pageRead website pageA
Read-onlyIdempotent
Inspect

Read one https://michaelbarber.tech page as Markdown (Cloudflare Markdown for Agents) or stripped text, up to 40,000 characters.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds specific behavioral details: output format (Markdown or stripped text), a character limit (40,000), and domain restriction (michaelbarber.tech). This enriches the behavioral context beyond what annotations provide, though it does not mention error handling or truncation behavior.

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?

The description is a single, front-loaded sentence with no redundant words. It states the core action first, then adds format and limit details. There is no filler or unnecessary information.

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 read tool with one parameter and safety annotations, the description is largely sufficient. It specifies the target domain, output format, and size limit. Missing details like behavior on inaccessible pages or exact meaning of 'stripped text' are minor given the tool's simplicity and the annotations covering read-only and idempotent behavior.

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?

Schema description coverage is 0%, so the description must compensate. It adds the domain restriction (https://michaelbarber.tech) and clarifies the URL is a page from that site. However, it does not elaborate on the parameter's format beyond the schema's URI type, leaving some ambiguity about required URL structure (e.g., trailing slashes, query strings).

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 tool reads a single page from a specific domain (michaelbarber.tech) and outputs Markdown or stripped text. It distinguishes itself from siblings (search_pages, site_info) by explicitly focusing on content retrieval rather than searching or site-level metadata.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus its siblings. It does not mention search_pages or site_info as alternatives, nor does it give any conditions for selection. The only implied context is that it is for reading page content, which is insufficient without explicit routing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

search_pagesSearch website pagesA
Read-onlyIdempotent
Inspect

Find pages on michaelbarber.tech by words in their URL path (sitemap search). Returns URLs with a match score.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes

TDQS

A4.3/5.0
Behavior4/5

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

With annotations already declaring readOnlyHint, idempotentHint, and destructiveHint=false, the description adds useful behavioral context: it is a sitemap-based URL-path search and returns URLs with a match score. It does not cover no-result behavior or ranking details, but the safety profile is already handled by annotations.

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 sentences with no filler: the first fronts the action and scoping, the second states the return value. Every clause adds useful information for an agent deciding whether to invoke the tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the low complexity, rich annotations, and no output schema, this description is complete enough: an agent knows what it searches, how it searches, and what it returns. The only minor omissions, explicit sibling comparison and limit semantics, are covered elsewhere or are not essential to invoking this tool correctly.

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?

Schema description coverage is 0%, so the description must compensate for parameter meaning. It explains the query parameter as words in the URL path, but it does not describe the limit parameter's effect on result count or how the match score relates to the query. The schema provides types and bounds, but not semantics.

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 names a specific verb ('Find'), a concrete resource (pages on michaelbarber.tech), and a precise matching mechanism ('words in their URL path'). It also states the output ('URLs with a match score'), which clearly distinguishes it from the sibling tools read_page and site_info.

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 makes the use case clear: locate pages by URL-path words via sitemap search, rather than reading a specific page or getting site-level info. However, it does not explicitly state when not to use it or directly name alternatives like read_page or site_info.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

site_infoSite informationA
Read-onlyIdempotent
Inspect

What BL Sports (michaelbarber.tech) is, with links to its sitemap, docs, contact and every discovery document.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and non-destructive behavior. The description adds useful context about what content is included—links to sitemap, docs, contact, and discovery documents—which goes beyond the annotations. No contradiction exists.

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?

The description is a single, focused sentence that front-loads the core purpose ('What BL Sports is') and then enumerates the key included resources. Every phrase earns its place, with no redundant or vague filler.

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 site-information tool with rich annotations, the description is nearly complete: it conveys what the tool offers and what destinations it links to. It does not describe the exact return format, but given the simple informational nature and absent output schema, this is a minor gap.

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 baseline of 4 applies. The description appropriately focuses on the tool's informational output rather than parameter details, and the schema coverage is perfect for an empty parameter set.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as returning information about BL Sports, including links to sitemap, docs, contact, and discovery documents. It states the resource and scope well, though it lacks an explicit verb and does not differentiate itself from sibling tools read_page or search_pages.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied: use this when you need an overview of the site or its discovery documents. However, there is no explicit guidance on when to prefer site_info over read_page or search_pages, and no exclusions are stated.

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.

  1. 3 tool updates
    • First observedread_page
    • First observedsearch_pages
    • First observedsite_info

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources