Skip to main content
Glama
Eyalm321
by Eyalm321

zernio_get_media_presigned_url

Get a presigned URL to upload large media files directly to Zernio storage, bypassing URL-based upload limits.

Instructions

Get a presigned URL for directly uploading media files to Zernio storage. Use for large files instead of URL-based upload.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filenameYesThe filename to upload (e.g. 'photo.jpg', 'video.mp4')
contentTypeYesMIME type (e.g. 'image/jpeg', 'video/mp4')
Behavior2/5

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

With no annotations, the description must fully disclose behaviors. It mentions getting a URL for uploading but omits critical details like URL expiration, one-time use, size limits, or whether any server state changes. This is a significant gap for a presigned URL 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?

Two sentences: the first states the purpose, the second provides usage guidance. No unnecessary words, making it efficient and front-loaded.

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

Completeness3/5

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

Given the tool has no output schema and no annotations, the description should explain the response format and how to use the URL. It hints at the workflow but does not specify the output (e.g., just a URL or additional fields) or the need to act quickly. Adequate but incomplete.

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 coverage is 100%, with clear descriptions for both parameters. The tool description does not add additional meaning beyond what the schema provides, so baseline score of 3 is appropriate.

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 verb 'Get' and resource 'presigned URL for uploading media files' is specific. It distinguishes itself from sibling upload tools by mentioning 'directly uploading' and comparing to 'URL-based upload', making its unique purpose clear.

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

Usage Guidelines4/5

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

Explicitly states 'Use for large files instead of URL-based upload', giving a clear when-to-use and an alternative to avoid. However, it does not specify when not to use (e.g., for small files) or other exclusions, so it's not fully comprehensive.

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/Eyalm321/zernio-mcp'

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