wikipedia-mcp-image-crawler
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| wiki_image_searchC | Search for images on Wikipedia Commons |
| wiki_image_infoB | Get detailed information about a specific Wikipedia image |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools serve clearly distinct purposes: one searches for images on Commons, the other retrieves details about a specific image. There is no ambiguity or overlap in their functionality.
Both tool names follow the consistent pattern 'wiki_image_<verb>', using snake_case and a clear prefix. This makes the tool set easy to navigate and predict.
With only two tools, the server feels minimal for something called an 'image crawler'. While the tools cover basic search and info retrieval, more operations (e.g., download, list) would better justify the name.
The tool set lacks critical operations for a crawler, such as downloading images or browsing categories. An agent would hit dead ends when trying to actually collect image data.