Server Details
Connect to your MediaWiki using simple credentials and manage content without OAuth. Search, read,…
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
10 toolscreate-image-to-wikiTry in Inspector
Generate an image from a prompt using ModelScope API and upload it to MediaWiki as a file. it will generate JPEG image by default.
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Prompt text for AI image generation | |
| server | Yes | the host URL of target wiki which you want to use for current session, it belike https://{WIKI_ID}.pub.wiki/ (e.g. https://somewhere.pub.wiki/). | |
| comment | No | Upload comment | |
| filename | Yes | Target file name on the wiki, e.g., GeneratedCat.jpg |
create-pageTry in Inspector
Creates a wiki page with the provided content.
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Wiki page title | |
| server | Yes | the host URL of target wiki which you want to use for current session, it belike https://{WIKI_ID}.pub.wiki/ (e.g. https://somewhere.pub.wiki/). | |
| source | Yes | Page content in the format specified by the contentModel parameter. Must be [wikitext] format. Make sure format correct | |
| comment | No | Reason for creating the page | |
| contentModel | No | Only "wikitext" available |
get-fileTry in Inspector
Returns information about a file, including links to download the file in thumbnail, preview, and original formats.
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | File title | |
| server | Yes | the host URL of target wiki which you want to use for current session, it belike https://{WIKI_ID}.pub.wiki/ (e.g. https://somewhere.pub.wiki/). |
get-pageTry in Inspector
Returns the standard page object for a wiki page, optionally including page source or rendered HTML, and including the license and information about the latest revision.2
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Wiki page title | |
| server | Yes | the host URL of target wiki which you want to use for current session, it belike https://{WIKI_ID}.pub.wiki/ (e.g. https://somewhere.pub.wiki/). | |
| content | No | Format of the page content to retrieve | withSource |
get-page-historyTry in Inspector
Returns information about the latest revisions to a wiki page, in segments of 20 revisions, starting with the latest revision. The response includes API routes for the next oldest, next newest, and latest revision segments.
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Wiki page title | |
| filter | No | Filter that returns only revisions with certain tags. Only support one filter per request. | |
| server | Yes | the host URL of target wiki which you want to use for current session, it belike https://{WIKI_ID}.pub.wiki/ (e.g. https://somewhere.pub.wiki/). | |
| newerThan | No | The ID of the newest revision to return | |
| olderThan | No | The ID of the oldest revision to return |
list-all-page-titlesTry in Inspector
List wiki page titles (uses list=allpages). Supports limit and continuation.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of pages to return (1–500, default=50). | |
| server | Yes | the host URL of target wiki which you want to use for current session, it belike https://{WIKI_ID}.pub.wiki/ (e.g. https://somewhere.pub.wiki/). | |
| apcontinue | No | Pagination token (apcontinue) to continue listing pages. |
load-worldTry in Inspector
load the world knowledge from the wiki.Use to init for starting chat;
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | the host URL of target wiki which you want to use for current session, it belike https://{WIKI_ID}.pub.wiki/ (e.g. https://somewhere.pub.wiki/). |
set-target-wikiTry in Inspector
Set the active target wiki for this editing session. This tool should be called once at the beginning.
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | The host URL of the target wiki to be used for this session. Example: https://{WIKI_ID}.pub.wiki/ (e.g., https://somewhere.pub.wiki/). |
update-pageTry in Inspector
Updates a wiki page (or a specific section) using the traditional MediaWiki Action API (action=edit). Please CALL [get-page] to get the latest content before updating to avoid to lose some content OR use section param to specify the section to update.
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Wiki page title | |
| server | Yes | the host URL of target wiki which you want to use for current session, it belike https://{WIKI_ID}.pub.wiki/ (e.g. https://somewhere.pub.wiki/). | |
| source | Yes | New content (full page or section content) | |
| comment | No | Summary of the edit | |
| section | No | Section identifier: "new" to add, "0" for lead, or a section index. Omit for full-page edit. |
upload-imageTry in Inspector
Download an image from a URL and upload it to MediaWiki as a file.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Image URL to download, and it will be uploaded to the wiki,if image is generated by AI, please provide source URL | |
| server | Yes | the host URL of target wiki which you want to use for current session, it belike https://{WIKI_ID}.pub.wiki/ (e.g. https://somewhere.pub.wiki/). | |
| comment | No | Upload comment | |
| filename | Yes | Target file name on the wiki, e.g., Example.png |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server