Skip to main content
Glama
PageRankCafe

pagerankcafe-mcp

Official

Upload an image

upload_image

Upload an image (JPG, PNG, GIF, WEBP, max 2MB) to get a hosted HTTPS URL for banner or article use. Requires paid membership; banner images must match supported ad dimensions.

Instructions

Uploads an image (max 2MB; JPG, PNG, GIF, WEBP) and returns a hosted HTTPS URL for use as a banner image or inline article image. Provide either a local file path or base64 content plus a filename. When type is "banner" the image must match a supported banner dimension (728x90, 300x250, 120x600, 160x600, 468x60, 336x280, 250x250, 851x315, 650x400, 800x82, 234x60, 125x125, 300x200, 120x240, 240x400, 150x60). Requires a paid membership (Bronze/Silver/Gold); returns an error for free accounts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesImage category: 'banner' (must match a supported ad size) or 'article'.
base64NoBase64-encoded image content. Provide together with filename. Ignored if file_path is set.
filenameNoFilename to use when uploading base64 content (e.g. 'banner.png').
file_pathNoAbsolute or relative local path to the image file to upload.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.1

TDQS

A4.5/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It states the action and the membership requirement, but it does not disclose whether the upload is a write operation that persists data, whether it is idempotent, or any side effects beyond returning a URL. Some behavioral details are missing.

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 compact—two sentences—and includes all essential details without redundancy. It is well-structured with clear conditions and constraints, making it efficient to parse.

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 tool with 4 parameters and no output schema, the description covers the core usage, input options, and constraints. It does not mention error scenarios or URL permanence, but these are not critical for selecting and invoking the tool. Overall, it is complete enough for an agent to use correctly.

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

Parameters5/5

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

The schema already describes each parameter, but the description adds critical context: max file size, allowed formats, that base64 requires a filename, that file_path overrides base64, and the exact banner dimensions. This significantly enriches the parameter meanings beyond the schema.

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 action (upload image), the resource (image), and the purpose (to get a hosted HTTPS URL for banner or article usage). It also specifies supported formats and size limit, leaving no ambiguity about the tool's function.

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

Usage Guidelines5/5

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

It explicitly instructs to provide either a local file path or base64 content with a filename, and clarifies that banner type requires matching dimensions. The paid membership requirement is also disclosed, giving the agent clear conditions for successful use.

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

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/PageRankCafe/mcp-server'

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