Skip to main content
Glama

upload-file

Upload files to any MediaWiki instance by sending base64-encoded content along with a target filename and description.

Instructions

Upload a file to the wiki from base64-encoded data. Provide the file content as a base64 string.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataYesBase64-encoded file content
userNoName of the person requesting this upload (for attribution). Ask the user if not known
wikiNoWiki name (uses default if omitted)
commentNoUpload comment
filenameYesTarget filename on the wiki
descriptionYesFile description (wikitext)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only states the action ('upload') and the input format (base64), but does not disclose side effects, permission requirements, overwrite behavior, or response details. This is insufficient for a mutation 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 two short, direct sentences with no filler or redundancy. The main verb and resource are front-loaded, making it easy to scan.

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 no annotations and no output schema, the description should provide broader context. It fails to mention prerequisites, error conditions, or the return value of a successful upload. For a tool with six parameters, this is insufficient.

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%, so all six parameters are already documented with clear definitions. The description repeats the base64 detail but adds no additional meaning beyond the schema, earning the baseline of 3.

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's verb ('Upload'), resource ('a file to the wiki'), and method ('from base64-encoded data'). This distinguishes it from the sibling tool 'upload-file-from-url' by specifying the data 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?

The description provides no guidance on when to use this tool versus alternatives like upload-file-from-url. It does not mention prerequisites, conditions, or scenarios that would favor this approach.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ttpears/mediawiki-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server