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
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 |
TDQS
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. |
TDQS
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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
2 tool updates
- First observed
dompruner_analyze - First observed
dompruner_fetch
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, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.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
Extract and parse web pages into clean HTML, links, or Markdown. Handle dynamic, complex, or block…
Clean Markdown and AI-readability scoring for any URL. Built for AI agents.
11Turn any URL into clean Markdown and structured data. Scrape, crawl, search and extract.
URL to Markdown or structured JSON (schema.org/OG); renders SPA; batch reads. No signup/key.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides 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.1226MIT
- AlicenseNot gradedqualityDmaintenanceConverts web pages to Markdown with tiered fetching to minimize LLM context usage, enabling efficient extraction of specific sections.4Apache 2.0
- AlicenseNot gradedqualityAmaintenanceEnables 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.35AGPL 3.0
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
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.