Skip to main content
Glama

Server Details

Free, keyless web search and page-reading for AI agents.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.4/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

The two tools have clearly distinct purposes: one for searching the web and one for fetching a specific page. There is no overlap in functionality.

Naming Consistency5/5

Both tools follow a consistent 'web_' prefix with verb_noun pattern (web_search, web_fetch), making them predictable.

Tool Count3/5

With only 2 tools, the set is thin for a typical web browsing server. However, it covers the essential operations of searching and fetching, so it is borderline reasonable.

Completeness4/5

The core workflow of search then fetch is present, but advanced features like search filters, history, or batch fetching are missing. Minor gaps for a basic agent.

Available Tools

2 tools
web_fetchWeb fetchA
Read-only
Inspect

Fetch and read a specific web page as clean markdown. Accepts a url or a doc_id from web_search. Use after web_search finds candidate sources, or when the user provides a URL.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlNoURL of the page to read. Provide either url or doc_id.
queryNoOptional question to focus content selection on the most relevant sections.
doc_idNoCaesar doc_id from a previous search result. Provide either url or doc_id.
max_charsNoMaximum content characters to return. Default 12000, max 50000.
start_charNoResume a truncated read from this character offset of the same document. Default 0.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description is not required to state safety. It adds behavioral context by saying 'clean markdown' output and mentions accepting a doc_id from web_search. No contradictions.

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?

Two sentences that are direct and front-loaded with the core action. Every word serves a purpose; no fluff or redundancy.

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?

Given the tool's complexity (5 parameters, no output schema) and the presence of annotations, the description covers the core use case and return format ('clean markdown'). It does not explain handling of conflicting inputs (url vs doc_id) or error scenarios, but these are minor gaps for a simple fetch tool.

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 all 5 parameters, so the schema already documents each parameter. The description does not add any new semantic information about the parameters beyond what is in the schema.

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 uses a specific verb-resource pair ('Fetch and read a specific web page as clean markdown') and clearly distinguishes from the sibling tool 'web_search' by stating when to use each: 'Use after web_search finds candidate sources, or when the user provides a URL.'

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?

The description provides explicit guidance on when to use this tool ('after web_search finds candidate sources, or when the user provides a URL') and implies that web_search is the alternative for searching. No exclusions are needed.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources