Skip to main content
Glama

read_public_source

Read-onlyIdempotent

Read an exact public article, PDF, or supported YouTube URL as clean source text with stable paragraph citations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesExact public HTTP or HTTPS source URL.
queryNoOptional focused question or search phrase for relevance-ranked paragraphs.

Schema Changelog

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

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false. The description adds useful behavioral context beyond these: it returns clean text with stable paragraph citations and limits support to articles, PDFs, and certain YouTube URLs.

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 entire description is one efficient, front-loaded sentence that states the primary purpose and key output characteristics without redundancy or filler.

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?

For a simple read tool with two parameters and no output schema, the description provides the essential information: URL requirements, supported source types, and output nature. Minor ambiguity remains around what counts as a 'supported' YouTube URL and possible failure behavior, but these are not critical gaps.

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%, so the schema already documents both parameters. The description reinforces that the URL must be exact and public, but it does not add significant new parameter-level meaning beyond what the schema provides.

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 names a specific verb ('Read'), a clear resource ('exact public article, PDF, or supported YouTube URL'), and the output form ('clean source text with stable paragraph citations'). It is unambiguous and would not be confused with a search or listing tool.

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 description clearly implies this tool is for reading an exact, public, supported URL rather than discovering or searching sources. It does not explicitly list when not to use it or describe alternatives, but with no sibling tools present the context is still clear.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

With only one tool, there is zero risk of an agent selecting between overlapping operations. read_public_source is unambiguous because it is the only available action.

Naming Consistency5/5

The tool name follows a clear verb_noun convention and directly reflects the server's purpose. With a single tool, there are no mixed naming styles or inconsistent patterns to confuse an agent.

Tool Count4/5

One tool is minimal, but it is well-matched to the deliberately narrow purpose of reading public URLs as clean text. The count feels slightly thin in general terms, yet reasonable for a focused reader server.

Completeness5/5

The tool covers the full stated scope: articles, PDFs, and supported YouTube URLs, returning source text with citations. No additional read-related operations are implied by the server's purpose, so there are no obvious dead ends.