Skip to main content
Glama

Commons Wikimedia

Category Members

category_members
Read-onlyIdempotent

Items in a Commons category.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
categoryYese.g. "Category:Cats"
cmcontinueNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
continueNoPagination continuation data
batchcompleteNoWhether the query is complete

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "category": "Category:Cats"
      +  },
      +  {
      +    "category": "Category:Photographs of flowers",
      +    "limit": 100
      +  }
      +]
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "batchcomplete": {
      +      "description": "Whether the query is complete",
      +      "type": "boolean"
      +    },
      +    "continue": {
      +      "description": "Pagination continuation data",
      +      "properties": {
      +        "cmcontinue": {
      +          "description": "Continuation token for next batch",
      +          "type": "string"
      +        },
      +        "continue": {
      +          "description": "Continue value",
      +          "type": "string"
      +        }
      +      },
      +      "type": "object"
      +    },
      +    "query": {
      +      "properties": {
      +        "categorymembers": {
      +          "description": "Array of category members",
      +          "items": {
      +            "properties": {
      +              "ns": {
      +                "description": "Member namespace ID",
      +                "type": "number"
      +              },
      +              "pageid": {
      +                "description": "Member page ID",
      +                "type": "number"
      +              },
      +              "title": {
      +                "description": "Member title",
      +                "type": "string"
      +              },
      +              "type": {
      +                "description": "Type of category member",
      +                "enum": [
      +                  "page",
      +                  "file",
      +                  "subcat"
      +                ],
      +                "type": "string"
      +              }
      +            },
      +            "type": "object"
      +          },
      +          "type": "array"
      +        }
      +      },
      +      "type": "object"
      +    }
      +  },
      +  "type": "object"
      +}
  2. First observed

TDQS

C2/5.0
Behavior2/5

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

Annotations already indicate readOnlyHint=true and idempotentHint=true, so the description adds no behavioral context. It fails to mention pagination (cmcontinue), rate limits, or output structure, missing an opportunity to enhance transparency.

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

Conciseness2/5

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

The description is under-specified to the point of being unhelpful. While short, it fails to convey essential information, making it ineffective rather than concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 3 parameters and an output schema, the description should clarify what the tool returns and how pagination works. It does not, leaving significant gaps for an AI agent to infer correct usage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 33% (only category has a description). The description does not explain the purpose of limit, cmcontinue, or how they interact. It adds no value beyond the schema's minimal documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Items in a Commons category.' is a noun phrase and does not specify the action (e.g., list, retrieve). It vaguely hints at the resource but lacks a clear verb, making it insufficient for an agent to understand what the tool does.

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 provided on when to use this tool versus alternatives. Sibling tools like search or entity_profile could overlap, but the description does not differentiate or suggest appropriate contexts.

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.