Skip to main content
Glama

Professor Sausages — Web & Documents

Headlines and news search

news

Newest headlines from a deduped, tiered direct-feed pile (official press, wires and majors). Pass q to keyword-search the retained multi-day archive instead; category='ai' or 'crypto' return the high-signal curated cuts. Snapshot of ingested feeds, not a live web search. Paid: call without x_payment to receive this call's exact terms (amount, asset, network), sign them, then call again with x_payment. The free pricing tool lists every price at once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoKeyword query — switches to archive search.
limitNoMax headlines.
sinceNoOnly items after this instant (ai/crypto cuts).
categoryNoHeadline category; 'ai' and 'crypto' are curated high-signal cuts.
x_paymentNoOptional signed x402 payment payload (base64, what the X-PAYMENT header carries). Omit to receive the exact payment terms; sign them (e.g. @x402/fetch) and call again with this argument to settle and get the data.

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description fully carries the transparency burden. It discloses the data source nature (deduped, tiered direct-feed), that it's a snapshot not live search, and the complete paid invocation flow (call without x_payment to get terms, sign, then call again). This goes beyond typical descriptions by explaining an unusual two-step payment mechanism.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but each sentence adds essential information. It is front-loaded with the primary purpose, then shifts to mode variations, then payment. While it is more than two sentences, every clause serves a purpose. Slightly run-on in spots, but overall efficient and well-structured.

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 moderate complexity (5 params, payment flow, multiple modes) and no output schema. The description covers the main usage patterns, payment terms retrieval, and caveats. However, it does not specify the exact structure of returned headlines (e.g., fields like title, URL, date), which would be useful given there is no output schema. Still, it answers most practical invocation questions.

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?

Schema coverage is 100%, providing a baseline of 3. The description adds meaningful context beyond the schema by explaining how parameters interact: q switches to archive search, category='ai'/'crypto' are curated cuts, and x_payment requires a specific handshake. This helps the agent understand the parameter interplay, justifying a score above baseline.

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 it provides 'Newest headlines from a deduped, tiered direct-feed pile' and explains the alternative archive search via q. It also distinguishes itself from a 'live web search,' clarifying its scope. This is a specific verb+resource with clear differentiation from potential siblings like read_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 explicitly guides when to use each mode: 'Pass q to keyword-search the retained multi-day archive instead' and highlights special curated categories ('ai' or 'crypto'). It also details the payment workflow and points to the 'free `pricing` tool' as an alternative for price lists, offering clear when-to-use and when-not-to-use guidance.

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.3/5.0
Disambiguation5/5

Each tool serves a distinct purpose: data search, holidays, icons, OCR, news, PDF extraction, pricing, URL reading, data requests, screenshots, timezone, and weather. No two tools have overlapping scopes, and even similar tools like read_url and screenshot_url are clearly differentiated by their output format.

Naming Consistency3/5

Names are readable and descriptive but follow no single pattern: some are verb_noun (find_data, read_url, request_data), others are noun_verb (icon_search, screenshot_url, pdf_extract), and several are bare nouns (holidays, news, pricing, timezone, weather). This mixing is not chaotic, but it lacks a consistent convention.

Tool Count5/5

Twelve tools is a well-scoped size for a server that fronts a collection of data endpoints and document utilities. Each tool earns its place, covering distinct utilities without redundancy or bloat.

Completeness4/5

The server covers its stated web-and-documents domain well: URL fetching, PDF extraction, OCR, screenshots, plus a variety of data queries and a pricing/request mechanism. Minor gaps exist (e.g., no document creation or editing tools), but for a read/compute-oriented server the surface is comprehensive.

Resources