dompruner-mcp
Server Details
Strips layout noise via DOM AST; with a query, BM25 filters to relevant sections. No model or API.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- dong7812/dompruner-mcp
- GitHub Stars
- 2
- Server Listing
- dompruner-mcp
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.9/5 across 2 of 2 tools scored.
The two tools serve clearly distinct purposes: one fetches and prunes content, the other produces an analysis report. There is no overlap or ambiguity about which to use.
Both tools follow the same verb_noun (or rather prefix_verb) pattern: 'dompruner_analyze' and 'dompruner_fetch'. The naming is perfectly consistent and predictable.
With only two tools, the set is minimal but well-scoped for the narrow domain of DOM pruning and analysis. It is slightly below the typical 3-15 range, but the focused nature justifies the small count.
The tool pair covers the full lifecycle for its stated purpose: fetch/prune content and analyze the token reduction. There are no obvious missing operations; the surface is complete for the domain.
Available Tools
2 toolsdompruner_analyzeARead-onlyIdempotentInspect
Returns a token-reduction analysis report for a URL. Shows render type (SSR/CSR/SSG), original vs refined token counts, reduction ratio, and top Semantic Anchors.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to analyze. |
Output Schema
| Name | Required | Description |
|---|---|---|
| url | Yes | |
| fetchMs | Yes | |
| parseMs | Yes | |
| renderType | Yes | SSR, CSR, or SSG |
| topAnchors | Yes | Top 5 semantic section headings. |
| refinedTokens | Yes | |
| originalTokens | Yes | |
| reductionPercent | Yes |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, so the safety profile is covered. The description adds content details but no additional behavioral context like rate limits, auth, or errors. It doesn't contradict annotations, so a neutral 3 is appropriate.
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 clear sentence stating the purpose and listing key output components; no verbose or redundant information. Front-loaded with the action.
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?
The tool is simple with one parameter, has output schema, and the description provides a useful overview of the report contents (render type, token counts, ratio). It's sufficient for this level of complexity. Could mention when to use vs fetch, but not critical for completeness.
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% for the single parameter 'url' with description 'URL to analyze.' The description says
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 a token-reduction analysis report for a URL, listing the specific outputs (render type, token counts, ratio, anchors). This distinguishes it from the sibling tool dompruner_fetch, which likely fetches raw content, making the purpose explicit and differentiating.
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 implies the tool is for analysis rather than fetching, but it doesn't explicitly state when to use it over dompruner_fetch or any exclusions. It's not misleading, but the guidance is only implied, not explicit.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
dompruner_fetchARead-onlyIdempotentInspect
Fetches a URL and returns DOM-pruned Markdown with 90%+ token reduction. Optimized for Developer Documentation, API Specs, and Technical Blogs (Next.js/Nuxt/SSR). Always prefer this over raw WebFetch when the URL is known.
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to fetch and refine. | |
| query | No | Search intent — enables BM25+ section filtering when provided. |
Output Schema
| Name | Required | Description |
|---|---|---|
| stats | Yes | |
| markdown | Yes | DOM-pruned Markdown content. |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations (readOnlyHint, openWorldHint, idempotentHint) already cover the safety profile. The description adds valuable behavioral context: 90%+ token reduction, DOM-pruning, and suitability for specific content types. This goes beyond the structured metadata without any contradiction.
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 tight sentences deliver function, outcome, optimization targets, and a usage preference. There is no fluff or redundant wording—every phrase 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?
The tool is simple, and the annotations plus full schema coverage cover safety and parameters. The description adds use cases and a recommendation. A small gap is the lack of explanation around the sibling tool dompruner_analyze, but overall it is sufficiently complete for an agent to invoke 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?
Both parameters are fully documented in the schema (url format and query's BM25+ filtering). The main description does not add extra parameter semantics beyond what the schema already provides, so the baseline score of 3 applies.
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 function: 'Fetches a URL and returns DOM-pruned Markdown with 90%+ token reduction.' It also names target content types (Developer Documentation, API Specs, Technical Blogs). However, it does not explicitly distinguish itself from the sibling tool dompruner_analyze, though it does contrast with raw WebFetch.
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 explicit guidance: 'Always prefer this over raw WebFetch when the URL is known' and identifies optimized content domains. It gives clear context for use but omits when-not-to-use scenarios or mention of the sibling tool as an alternative, so it falls short of a full 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
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
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 Servers
- Alicense-qualityDmaintenanceProvides token-efficient document search and retrieval for LLMs by returning relevant document sections within specified token budgets. It utilizes section-aware parsing and Bloom filter elimination to offer high-speed, zero-dependency access to large documents.MIT
- AlicenseAqualityAmaintenanceShrink the web for your local LLMs! Provides web research capabilities to low resource models and environments.1180MIT
- Alicense-qualityDmaintenanceConverts web pages to Markdown with tiered fetching to minimize LLM context usage, enabling efficient extraction of specific sections.2Apache 2.0
- Alicense-qualityAmaintenanceEnables vectorless RAG by letting LLM clients like Claude and Cursor parse documents, inspect outlines, and retrieve specific sections with heading breadcrumbs. Supports PDF, Word, HTML, and PowerPoint without LLM calls or heavy ML models.30AGPL 3.0
Your Connectors
Sign in to create a connector for this server.