Skip to main content
Glama
ojacques

MkDocs Material MCP Server

by ojacques

get_mkdocs-material_page

Retrieve MkDocs Material documentation pages by location. Returns the URL you must include when responding to user queries.

Instructions

Get page from mkdocs-material documentation. Returns 'url' field that MUST be included in responses to users.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
locationYesPage location from search results (e.g., "getting-started/")

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It does disclose an important usage constraint: the returned 'url' field MUST be included in responses to users. It does not elaborate on additional behaviors such as read-only guarantees, error conditions, or page content format, but the simple 'get' operation implies a safe read.

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 two short sentences with no redundant words. The action is front-loaded, and the critical instruction about the 'url' field is placed clearly in the second sentence.

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?

The tool has only one parameter, fully described in the schema, and an output schema exists so return values are covered. The description plus parameter description together tell an agent how to invoke the tool and what to do with the result. It could be more complete by explicitly stating 'use after search_mkdocs-material', but that relationship is implied.

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 100% for the single parameter, so the baseline is 3. The tool description adds no extra meaning about the 'location' parameter beyond what the schema already provides.

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 states the verb ('Get') and resource ('page from mkdocs-material documentation'), so an agent knows what the tool does. It does not explicitly differentiate it from the sibling search_mkdocs-material, though 'get page' versus 'search' is a recognizable contrast.

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?

The description itself gives no direct when-to-use guidance. However, the parameter description says 'Page location from search results', which implies this tool should be used after search_mkdocs-material returns a location. There is no explicit alternative or exclusion.

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/ojacques/mkdocs-mcp'

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