Skip to main content
Glama
daocatt

Jotify Moment MCP Server

by daocatt

jotify_upload_media

Upload a single media file to Jotify Moment using a local path, external image URL, or Base64 data. Prepare images for photo posts or profile updates.

Instructions

上传单个媒体文件到 Jotify Moment。支持传入本地路径、外部图片 URL 或 Base64 数据

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bizNo业务用途(默认 moment)
urlNo外部公开图片/媒体的 HTTP/HTTPS URL
fileNameNo自定义保存的文件名(如 photo.jpg)
filePathNo本地媒体文件的文件系统绝对/相对路径
base64DataNoBase64 编码的媒体数据(如生图工具生成的图片)
Behavior2/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 mentions the operation (upload) but does not disclose side effects (e.g., file persistence, overwriting), required permissions, or constraints (e.g., file size limits, URL accessibility). The description is too brief to provide meaningful behavioral context beyond the action itself.

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 a single sentence, highly concise with no fluff. It front-loads the core purpose and lists the key input methods efficiently. Every word is necessary, and it avoids redundancy.

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 complex tool (5 parameters, multiple input methods, no annotations), the description is minimal but covers the essential input options. However, it lacks constraints (e.g., which parameters are mutually exclusive, size limits) and does not mention return values or error handling, which are not covered by an output schema. The description is adequate for basic understanding but misses critical usage details.

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?

The schema has 100% parameter description coverage, so the baseline is 3. The tool description adds no additional parameter semantics, but it does summarize the three input methods (path, URL, Base64) which reinforces the schema. However, it doesn't clarify mutual exclusivity or precedence among parameters.

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 uploads a single media file to a Jotify Moment, specifying three input methods (local path, external URL, Base64). It focuses on the specific action (upload) and resource (Jotify Moment), distinguishing it from siblings like 'jotify_upload_batch' which implies batch upload.

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

Usage Guidelines3/5

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

The description implies usage by listing input methods, but lacks explicit guidance on when to use this vs. alternatives (e.g., batch upload) or when not to use it. No alternative tools are mentioned. It does not specify prerequisites or context like needing a moment ID.

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/daocatt/jotify-moment-mcp'

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