Skip to main content
Glama

Black Label Continuum Website MCP

Server Details

Search and read public Black Label Continuum 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 clearly distinct purpose: site_info provides orientation, search_pages discovers URLs, and read_page retrieves content. There is no overlap or ambiguity between them.

Naming Consistency4/5

Tool names are clean, lowercase, and snake_case. read_page and search_pages follow a verb_noun pattern, while site_info is a noun-only name, a minor deviation from the otherwise predictable convention.

Tool Count5/5

Three tools is minimal but well-scoped for a single-website MCP. Each tool earns its place by covering orientation, discovery, and content retrieval without redundancy.

Completeness5/5

For a read-only website access server, the tool surface is complete: agents can learn about the site, search for pages, and read any found page. There are no obvious dead ends or missing core operations.

Available Tools

3 tools
read_pageRead website pageA
Read-onlyIdempotent
Inspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYes

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safe-read behavior is covered. The description adds value by disclosing the output format options (Markdown vs stripped text) and the 40,000-character cap, which are not visible in annotations. That is meaningful added context beyond the structured data.

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?

A single compact sentence that front-loads the action ('Read one page'), includes the domain, format, and character limit. No wasted words; every element earns its place.

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 tool with one parameter and no output schema, the description covers the key facts: target domain, output format, and size limit. It doesn't explain what happens when the page exceeds 40,000 characters (truncation? error?), which is a minor gap, but overall an agent has what it needs to invoke this tool correctly.

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 schema has 1 parameter (url) with 0% description coverage, so the description must compensate. While the description doesn't re-explain 'url', it adds domain context ('https://continuum.blacklabelbots.com') and the character limit, which clarifies what URLs are valid and what output size to expect. With only one self-evident parameter, the description's contribution is sufficient.

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 specifies the verb 'Read', the resource (one https://continuum.blacklabelbots.com page), the format (Markdown or stripped text), and the length limit (up to 40,000 characters). This distinguishes it from siblings like search_pages and site_info without needing to open those 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?

The description implies this tool is for retrieving a single page's content, which contrasts with search_pages (searching) and site_info (site-level info). It doesn't explicitly state when not to use it, but the domain restriction (continuum.blacklabelbots.com) and the contrast with siblings make the usage context clear.

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 continuum.blacklabelbots.com by words in their URL path (sitemap search). Returns URLs with a match score.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes

TDQS

A3.8/5.0
Behavior3/5

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 that it performs a sitemap search and returns match scores, which is useful context beyond the annotations, though it does not disclose deeper behavioral aspects like data freshness or whether the search hits a live site.

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 filler. It states the core operation first and the return value second, making it both concise and well-structured.

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

Completeness3/5

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

The description covers the main purpose and output adequately for a simple search tool, but it lacks explicit guidance on query construction, the effect of the limit parameter, and the interpretation of match scores. Since there is no output schema, these details would improve agent success, but the core call is still understandable.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/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 implies 'query' should contain words to match against the URL path, but it never explicitly mentions the 'limit' parameter, its default, or how the match score works. This partial hint is not sufficient compensation for the missing parameter documentation.

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 states a specific verb ('Find'), a specific resource ('pages on continuum.blacklabelbots.com'), and the matching method ('words in their URL path'). It also defines the output ('Returns URLs with a match score'), making the tool's purpose unmistakable and implicitly distinct from siblings 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 provides clear context: use this tool to locate pages by URL path words rather than to read page content or get site metadata. It does not explicitly name alternatives or give when-not-to-use criteria, but the purpose is clear enough for an agent to select it appropriately.

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 Black Label Continuum (continuum.blacklabelbots.com) is, with links to its sitemap, docs, contact and every discovery document.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false. The description adds useful context about the content (links to sitemap, docs, contact, discovery documents) without contradicting 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?

A single, front-loaded sentence that states the core purpose and then lists included resources. No wasted words.

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?

For a zero-parameter, no-output-schema tool, the description fully conveys what the agent can expect: site information with links. Nothing essential is missing.

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?

Zero parameters and schema coverage is 100% (empty schema). Baseline of 4 applies, and no parameter explanation is needed.

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?

States a specific verb and resource: 'what Black Label Continuum is' with links to specific resources. Clearly distinguishes from sibling read_page (reads a specific page) and search_pages (searches).

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 implies use when you need an overview of the site, its sitemap, docs, contact, and discovery documents. It doesn't explicitly contrast with siblings, but the purpose is clear and no exclusions are given.

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

  • F
    license
    Not graded
    quality
    B
    maintenance
    Provides ad-filtered web search and full-page content reading, including multi-page and JavaScript-rendered pages, with source verification and configurable search providers.
    -
  • F
    license
    Not graded
    quality
    C
    maintenance
    Indexes public documentation sites into PostgreSQL and exposes retrieval-only MCP tools for listing sources, searching with citations, and fetching documents.
    8 npm
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables users to search, read, and query saved bookmark content via a read-only MCP interface, with full-text and optional semantic search.
    4
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources