Skip to main content
Glama
Fisher521

bookmarks-mcp

Fetch a clean page preview

fetch_page_preview

Fetch a bookmarked URL to get a short structured preview for triage. Dead links are reported as dead or unreachable, letting you retire them without loading raw HTML.

Instructions

Fetch a bookmarked URL and return a short, structured preview (title, description, headings, an opening excerpt, word count) instead of the raw page — a few hundred tokens instead of tens of thousands. Use this only when a title/URL alone isn't enough to triage a bookmark: dead links come back as dead or unreachable so you can retire them without guessing, rather than raw HTML. Results are cached locally per URL; pass refresh:true to bypass the cache.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to preview
refreshNoBypass the local cache and re-fetch
Behavior5/5

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

With no annotations, the description carries full responsibility for behavioral disclosure. It explains the output format, the dead-link return values (`dead` or `unreachable`), and the caching behavior including how to bypass it via `refresh:true`. This gives the agent a clear mental model of the tool's runtime behavior.

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 three sentences, front-loaded with the core purpose, followed by usage guidance and caching details. Every sentence contributes new information without redundancy or fluff.

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?

Despite having no output schema, the description effectively communicates what the tool returns (title, description, headings, excerpt, word count) and important edge cases (dead links, caching). For a tool with only two parameters, this is fully complete enough for an agent to select and invoke it correctly.

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?

The schema has 100% parameter coverage with accurate descriptions, providing a baseline of 3. The description adds value by explaining that results are cached locally per URL and that `refresh:true` bypasses that cache, giving context to the `refresh` parameter beyond the schema's one-liner.

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 action: 'Fetch a bookmarked URL and return a short, structured preview' and lists exactly what the preview includes (title, description, headings, excerpt, word count). It distinguishes itself from sibling tools by emphasizing it returns a concise summary instead of raw HTML, making it unique among the bookmark management tools.

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?

It explicitly says 'Use this only when a title/URL alone isn't enough to triage a bookmark,' providing both a when-to-use and a when-not-to-use condition. It also gives a concrete use case (dead links can be retired without guessing) which helps the agent decide between this tool and alternatives.

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/Fisher521/bookmarks-mcp'

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