Skip to main content
Glama
pawel-tkaczyk

Publer MCP Server

upload_media_from_url

Upload media to Publer from external URLs, adding images or videos directly to your library for scheduled social media posts.

Instructions

Upload media from URLs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mediaYes
in_libraryNo
direct_uploadNo
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It only indicates an upload (a write operation) but does not mention authentication requirements, side effects, rate limits, or the difference between in_library and direct_upload. The description adds minimal behavioral context beyond what the name and schema already imply.

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 a single short sentence, which is concise but severely under-specified for a tool with three parameters. It is front-loaded and lacks wasteful text, but the extreme brevity leaves out essential information, making the conciseness counterproductive.

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

Completeness1/5

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

For a tool with no output schema and no annotations, the description should clarify inputs, behavior, and return value. It explains none of these. The three parameters remain vague, and the tool's role in the media management workflow is not established. The description is inadequate for a tool of this complexity.

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

Parameters1/5

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

With 0% schema description coverage, the description must compensate for the parameters. It only mentions 'URLs', which maps to the 'url' property, but fails to explain the required media array structure (url+name), or the boolean parameters in_library and direct_upload. The description adds virtually no semantic value beyond the schema field names.

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

Purpose4/5

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

The description clearly states the action ('Upload') and resource ('media') with a source qualifier ('from URLs'), which distinguishes it from the sibling tool upload_media_file (which handles file uploads). However, it does not clarify whether the upload targets a library or direct publication, leaving some ambiguity.

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_media_file or publish_with_media. It simply states the action without any contextual triggers, exclusions, or preferred scenarios.

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/pawel-tkaczyk/publer-mcp'

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