Skip to main content
Glama
pasie15
by pasie15

Upload Video

neptime_upload_video

Upload a video file to Neptime.io by providing a local path or base64 data. Specify title, description, tags, and optional settings like privacy and thumbnail.

Instructions

Upload a video to Neptime.io through the live /videos/upload endpoint.

Provide either video_path for a local file available to the MCP server, or video_base64 plus video_filename. Videos can be mp4, mov, webm, mpeg, avi, or mkv. The default privacy is private (1) for safety.

Args:

  • title: Video title (required)

  • description: Video description (required)

  • tags: Comma-separated tags (required)

  • video_path OR video_base64: Video file source (required)

  • video_filename: Filename when using video_base64

  • thumbnail_path OR thumbnail_base64: Optional thumbnail

  • category_id: Optional category ID

  • privacy: 0=public, 1=private, 2=unlisted (default: 1)

  • age_restriction: 1=all ages, 2=18+ (default: 1)

  • is_short: true for short-form video (default: false)

Returns: Uploaded video object with video_id, URL, stream URL, thumbnail, approval status, and privacy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations (all false) are consistent with a write operation. Description adds return object details and safety default. Could mention async processing or file size limits but overall good transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with a clear header and bullet-pointed args. The Args list is thorough but not overly verbose. Could trim redundant phrasing but still concise.

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?

Covers upload process, parameter combinations, and return values. Lacks file size limits or authentication prerequisites. Given the complexity and many siblings, it sufficiently distinguishes from other tools.

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?

Despite empty input schema, description compensates fully with a detailed Args list covering data types, defaults, required/optional, and enum mappings (privacy, age_restriction). Schema coverage is effectively 100% due to documentation.

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 'Upload a video to Neptime.io' with a specific endpoint, distinct from sibling tools like update_video or delete_video. It specifies the resource and action unambiguously.

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?

Provides explicit guidance on choosing between video_path and video_base64, listing required args and defaults. Lacks explicit 'when not to use' but given it's the only upload tool, the guidance is adequate.

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

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