Skip to main content
Glama

Wikipedia Recent Changes

wiki_recent_changes

Live feed of recent edits to English Wikipedia. Returns title, editor, timestamp, comment, size delta. Optional topic filter (substring match against title + edit comment) and exclude_bots. Useful for trend-monitoring or news-monitoring agents — every breaking news event lands in Wikipedia edits within minutes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
topicNoOptional substring filter on title/comment.
namespaceNoWikipedia namespace ID. 0 = main articles (default), 1 = talk, etc.
exclude_botsNo

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It describes the tool as 'live feed' but does not mention authentication, rate limits, or whether results are cached or streaming. Adequate but not detailed.

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, no filler. The first sentence states purpose and return fields. The second adds optional filtering and use case. Every sentence is informative and earns its place.

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 4 parameters, no output schema, and no annotations, the description provides a solid overview and key parameter hints. It lacks details on pagination, ordering, or limitations, but is fairly complete for a simple real-time feed tool.

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 50% (topic and namespace have descriptions). The description adds meaning for 'topic' by specifying it does substring match against title and edit comment. It also mentions 'exclude_bots' but does not elaborate beyond the schema default. Overall, it adds value beyond 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 clearly states the tool provides a 'live feed of recent edits to English Wikipedia' and lists the return fields (title, editor, timestamp, comment, size delta). This uniquely distinguishes it from sibling tools like wikidata_search, wiki_page_summary, and wiki_trending.

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?

It explicitly states usefulness for 'trend-monitoring or news-monitoring agents' and mentions that breaking news events appear in edits quickly. It does not explicitly exclude alternatives, but the use case is 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.1/5.0
Disambiguation5/5

Each tool has a distinct and non-overlapping purpose: entity search, page summary, live edits feed, and trending page rankings. No ambiguity between tools.

Naming Consistency3/5

All tools share a 'wiki_' prefix, but the naming patterns vary: 'wikidata_search' uses noun_verb? 'wiki_page_summary' is noun_noun, 'wiki_recent_changes' is adjective_noun, and 'wiki_trending' is adjective. Lack of a consistent verb_noun or noun_verb pattern.

Tool Count5/5

With 4 tools, the server is well-scoped for its purpose around Wikipedia recent changes and trends. Each tool serves a clear need without bloat or insufficiency.

Completeness4/5

Covers key operations: entity search, page summary, live changes, and trending. Minor gaps like full page content retrieval or per-edit history exist, but the core use case is well-covered.