Skip to main content
Glama
vinkius-labs

doc-breach-mcp

by vinkius-labs

docs_read

Read-only

Read any documentation URL and return clean, LLM-ready Markdown. Automatically extracts related links for authentication and getting-started pages.

Instructions

[INSTRUCTIONS] Reads a documentation page and returns clean Markdown. Handles HTML, JSON, YAML, OpenAPI specs, Postman Collections, PDFs (<5MB), and llms.txt. The response includes a "Related Documentation Links" section extracted from page navigation. ALWAYS check these links for authentication and getting-started pages before generating code.

Read any documentation URL and return clean, LLM-ready Markdown [READ-ONLY]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesFull URL of the documentation page to read
max_lengthNoMaximum output length in characters (default: 20000)
Behavior5/5

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

Annotations declare readOnlyHint=true and destructiveHint=false, and the description adds specific behaviors: handles multiple formats (HTML, JSON, YAML, etc.), PDFs under 5MB, and returns related documentation links. Fully consistent with annotations and provides extra detail.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two paragraphs: one explaining functionality and one giving instructions. It is mostly concise but could be slightly more streamlined. The key information is front-loaded.

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 read tool with no output schema, the description fully explains the output format (Markdown) and includes handling of multiple input types and extraction of related links. Also provides actionable instructions for the agent.

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?

Input schema has 100% coverage with descriptions for both parameters. The description adds value by explaining the tool returns Markdown and handles various input formats, which is not in the schema. Slight redundancy but acceptable.

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 documentation pages and returns clean Markdown, listing supported formats. It distinguishes from sibling tools like docs_discover and docs_search by focusing on reading a specific page.

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

Usage Guidelines5/5

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

Explicitly instructs to 'ALWAYS check these links for authentication and getting-started pages before generating code,' providing clear guidance on when and how to use the tool's output. Implicitly suggests using this tool for reading docs rather than discovering or extracting.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vinkius-labs/doc-breach-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server