Skip to main content
Glama
daocatt

Jotify Moment MCP Server

by daocatt

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JOTIFY_BASE_URLYesThe base URL of your Jotify Moment instance, e.g. https://your-moment-domain.com
JOTIFY_API_TOKENYesYour Jotify Moment API token (PAT), e.g. jotify_pat_xxxxxxxxxxxxxxxx

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
jotify_get_profileA

验证 API 密钥并获取当前登录用户的个人资料(昵称、Slug、角色等)

jotify_upload_mediaA

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

jotify_upload_batchA

一次性批量上传多张图片或音视频,返回已上传的媒体列表供发帖使用(极大减少交互轮次)

jotify_create_postA

在 Jotify Moment 平台发布一条图文/音视频动态。正文支持 Markdown

jotify_list_recent_postsA

查询 Jotify Moment 平台最近发布的公开动态列表,支持按 #话题/标签 进行过滤筛选

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 5 tools

Disambiguation5/5

每个工具针对明确不同的操作:获取个人资料、上传单个媒体、批量上传、创建动态、查询最近动态。没有功能重叠,工具边界清晰。

Naming Consistency5/5

所有工具均采用 'jotify_' 前缀加动词短语的命名模式,如 jotify_get_profile、jotify_upload_media,风格统一且动词准确,便于预测。

Tool Count5/5

5个工具覆盖了从认证、媒体上传(单个和批量)、发帖到检索的核心流程,规模适中,每个工具都有明确用途,不冗余也不缺失。

Completeness4/5

覆盖了获取资料、上传、发帖和查询最近动态的完整发布链路,但缺少编辑/删除帖子或查看单个动态的操作为美中不足,不过对主要使用场景已足够。

Maintenance

ActivityMaintained
ResponsivenessNo issues