Skip to main content
Glama
stijnVanHorenbeek

Marten Docs MCP Server

search_within_page

Read-onlyIdempotent

Search within a specific page after a global search to find exact content. Use this to narrow results and avoid repeated global searches.

Instructions

Narrow within a known page after global search. Prefer this over another global search.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
limitNo
queryYes
offsetNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYes
countYes
limitYes
queryYes
offsetYes
resultsYes
Install Server

TDQS

A3.7/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 openWorldHint=false, so the safety and idempotence are clear. The description adds behavioral context ('after global search') that clarifies the tool's position in the workflow. No negatives are omitted, and no contradiction exists.

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. The first sentence front-loads the core purpose, the second adds the key usage guideline. No redundancy or filler.

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

Completeness2/5

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

Despite concise purpose and guidelines, the description lacks detail about required behavior (e.g., what happens if path is invalid), parameter constraints (limit max 4, offset max 500), and relationship to siblings like 'list_headings' or 'read_section'. An output schema exists but the description does not leverage it to set expectations.

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

Parameters1/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. It does not explain any of the four parameters (path, query, limit, offset). The agent gets no additional meaning beyond parameter names and types, which is insufficient for correct usage.

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 'Narrow within a known page after global search' uses a specific verb ('narrow') and clearly identifies the resource ('page'). It distinguishes this tool from the sibling 'search_docs' (global search) by framing it as a follow-up refinement.

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 phrase 'Prefer this over another global search' provides explicit guidance: after a global search, use this to narrow within a known page instead of re-running a broad search. It does not name the alternative sibling but implies it (likely 'search_docs'). Missing explicit when-not-to-use or prerequisite conditions.

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

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/stijnVanHorenbeek/marten_mcp'

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