Skip to main content
Glama

MCPFax Public-Data Utility API

Wikipedia summary

v1_wikipedia
Read-onlyIdempotent

Wikipedia summary: Lead summary/extract for a Wikipedia page. Source: Wikipedia REST. $0.005 per call · GET /v1/wikipedia

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
langNoWiki language (default en). Example: 'en'.
titleYesPage title. Example: 'Cloudflare'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / properties / lang / examples
      Added value: +[
      +  "en"
      +]
    • addedInput schema / properties / title / examples
      Added value: +[
      +  "Cloudflare"
      +]
  2. First observed

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior, so the safety bar is met. The description adds operational context: external Wikipedia REST source, GET endpoint, and per-call cost. It does not mention 404/error behavior for unknown titles, but this is minor for a safe read-only tool.

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 a single sentence plus useful metadata (source, price, endpoint). It is front-loaded with the core purpose and contains no 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 2-parameter tool with rich safety annotations and no output schema, the description is largely sufficient. It tells the agent what to pass, what to expect, and the source. A note about missing-title handling would improve completeness, but the absence is not critical.

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%, with each parameter already documented via descriptions and examples. The tool description adds no additional parameter-level meaning; it only restates the general resource ('Wikipedia page'). Baseline 3 applies.

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?

Description states exactly what it returns: 'Lead summary/extract for a Wikipedia page'. It names the resource (Wikipedia page) and the specific outcome (lead/extract), and is distinct from the data-lookup siblings by naming Wikipedia as the source.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given about when to use this tool versus alternatives, nor any exclusions. The description simply states what it does, leaving the agent to infer appropriate usage from the tool name and sibling context.

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.

Resources