Skip to main content
Glama
daocatt

Jotify Moment MCP Server

by daocatt

Server Quality Checklist

58%
Profile completionA complete profile improves this server's visibility in search results.
  • Latest release: v0.1.0

  • Disambiguation5/5

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

    Naming Consistency5/5

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

    Tool Count5/5

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

    Completeness4/5

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

  • Average 3.8/5 across 5 of 5 tools scored.

    See the Tool Scores section below for per-tool breakdowns.

    • No community issues in the last 6 months
    • 4 commits in the last 12 weeks
    • No stable releases found
    • No critical vulnerability alerts
    • No high-severity vulnerability alerts
    • No code scanning findings
    • CI status not available
  • Add a LICENSE file by following GitHub's guide. Once GitHub recognizes the license, the system will automatically detect it within a few hours.

    If the license does not appear after some time, you can manually trigger a new scan using the MCP server admin interface.

    MCP servers without a LICENSE cannot be installed.

  • This repository includes a README.md file.

  • No tool usage detected in the last 30 days. Usage tracking helps demonstrate server value.

    Tip: use the "Try in Browser" feature on the server page to seed initial usage.

  • Add a glama.json file to provide metadata about your server.

  • If you are the author, simply .

    If the server belongs to an organization, first add glama.json to the root of your repository:

    {
      "$schema": "https://glama.ai/mcp/schemas/server.json",
      "maintainers": [
        "your-github-username"
      ]
    }

    Then . Browse examples.

  • Add related servers to improve discoverability.

How to sync the server with GitHub?

Servers are automatically synced at least once per day, but you can also sync manually at any time to instantly update the server profile.

To manually sync the server, click the "Sync Server" button in the MCP server admin interface.

How is the quality score calculated?

The overall quality score combines two components: Tool Definition Quality (70%) and Server Coherence (30%).

Tool Definition Quality measures how well each tool describes itself to AI agents. Every tool is scored 1–5 across six dimensions: Purpose Clarity (25%), Usage Guidelines (20%), Behavioral Transparency (20%), Parameter Semantics (15%), Conciseness & Structure (10%), and Contextual Completeness (10%). The server-level definition quality score is calculated as 60% mean TDQS + 40% minimum TDQS, so a single poorly described tool pulls the score down.

Server Coherence evaluates how well the tools work together as a set, scoring four dimensions equally: Disambiguation (can agents tell tools apart?), Naming Consistency, Tool Count Appropriateness, and Completeness (are there gaps in the tool surface?).

Tiers are derived from the overall score: A (≥3.5), B (≥3.0), C (≥2.0), D (≥1.0), F (<1.0). B and above is considered passing.

Tool Scores

  • 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.

  • Behavior3/5

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

    With no annotations, the description carries the full burden. It discloses supported media types and Markdown formatting, but does not describe the return value, post visibility, or any side effects of publishing. This is a modest disclosure for a create operation.

    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 concise sentence in Chinese, front-loaded with the main action and without any unnecessary words. It efficiently conveys the core purpose and key features.

    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?

    For a create operation with no output schema, the description covers the main purpose, media types, and Markdown support, but lacks critical context such as return values, required authentication, or explanation of embedId/embedType. It is minimally viable but leaves meaningful gaps.

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

    Parameters2/5

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

    Schema description coverage is only 50% (content and mediaUrls are described, embedId and embedType are not). The tool description adds some context for content (Markdown) and mediaUrls (media types), but completely ignores embedId and embedType, leaving them ambiguous in both schema and description.

    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 action: publish an image-text/audio-video post on the Jotify Moment platform, and notes Markdown support. This specific verb+resource distinguishes it from sibling tools like upload_media and list_recent_posts.

    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 a workflow by mentioning that mediaUrls can be obtained via the upload interface, hinting at when upload tools might precede this one. However, it lacks explicit when-to-use or alternative tool guidance, leaving differentiation mostly implicit.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior2/5

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

    With no annotations provided, the description carries the full burden of behavioral transparency. It mentions returning a media list but does not disclose side effects such as whether uploads are permanent, if partial failures are possible, or authentication requirements, leaving a significant transparency gap.

    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?

    The entire description is one sentence that front-loads the key action ('一次性批量上传') and outcome ('返回已上传的媒体列表'). Some redundancy exists between '一次性' and '批量', but it remains concise and free of waste.

    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?

    For a tool with no output schema and no annotations, the description provides the core use case and return value, but leaves questions about parameter interaction (e.g., 'items' vs 'filePaths') and error handling unanswered. The moderate complexity of three parameters and one enum warrants slightly more context than provided.

    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% according to context signals, with all three parameters described in the schema (e.g., '业务用途' and '待上传的媒体数组'). The description adds minimal parameter-specific value beyond the schema, but the schema itself is self-sufficient, so a baseline 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 description uses the specific verb '批量上传' (batch upload) with clear resources ('多张图片或音视频') and states it returns a media list for posting ('返回已上传的媒体列表供发帖使用'). This clearly differentiates from the sibling single-upload tool 'jotify_upload_media' by emphasizing the batch and turn-saving nature.

    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?

    The phrase '极大减少交互轮次' (greatly reduces interaction turns) implies a recommended use case for batch uploads rather than repeated single uploads. However, it does not explicitly name alternatives or state when not to use it, so guidance is implied rather than explicit.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior3/5

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

    No annotations are provided, so the description must carry the burden of behavioral disclosure. It reveals that only public posts are returned and that they are recent, implying a read-only operation. However, it does not explicitly state safety (e.g., no side effects), authentication requirements, or pagination behavior beyond the limit parameter. It adds some value but is not comprehensive.

    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, concise sentence that front-loads the core purpose and then adds the key filtering option. Every word contributes to the meaning; there is no filler or redundancy, making it highly efficient for AI parsing.

    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?

    Given the tool's simplicity (2 optional parameters, no output schema), the description adequately covers the essentials: what the tool does, the data scope (public and recent), and the filtering dimension. It could be improved by explicitly stating the output structure or ordering, but the phrase '最近发布' implies recency sorting. Overall, it is sufficiently complete for a basic list query tool.

    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 description coverage is 100%, so both parameters are already documented. The description reinforces the tag filter by mentioning '#topic/tag', which adds minimal additional meaning. The limit parameter is not mentioned in the description, but the schema already covers its default value and role. Since the schema handles the semantics, this dimension is at baseline.

    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's purpose: to query the list of recent public posts on the Jotify Moment platform, with optional tag filtering. It uses specific verbs ('查询' meaning query/list) and a distinct resource ('公开动态列表' - public posts list), effectively distinguishing it from siblings like create_post or upload_media.

    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?

    The description explicitly mentions the filtering capability by #topic/tag, indicating when to use this parameter. However, it does not explicitly state when to use this tool versus alternatives (e.g., for retrieving a single user's profile), though the name and purpose make the use case clear. It provides context (recent public posts) without exclusions or integration guidance.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

  • Behavior4/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 discloses that API key verification is part of the operation and specifies what data is returned (nickname, slug, role). While it doesn't mention read-only status or potential side effects, the 'get' verb and profile context imply a safe read operation.

    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, concise sentence that front-loads the purpose. It wastes no words and includes useful details about fields returned.

    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?

    For a tool with no parameters, no output schema, and no annotations, the description is adequately complete. It covers purpose, auth verification, and the content of the response. It could be considered complete enough given the tool's simplicity.

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

    Parameters4/5

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

    There are zero parameters, so the baseline is 4. The description does not need to explain parameter semantics, and it correctly avoids mentioning any 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 verb '获取' (get) and the resource '当前登录用户的个人资料' (current logged-in user's profile), and lists specific fields (nickname, Slug, role). This distinguishes it from sibling tools which handle media uploads and post creation.

    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?

    The description implies usage context by indicating it verifies API key and fetches profile, which is a distinct operation from the sibling tools. It does not explicitly state when not to use it, but the context is clear enough given the tool's purpose.

    Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

GitHub Badge

Glama performs regular codebase and documentation scans to:

  • Confirm that the MCP server is working as expected.
  • Confirm that there are no obvious security issues.
  • Evaluate tool definition quality.

Our badge communicates server capabilities, safety, and installation instructions.

Card Badge

jotify-moment-mcp MCP server

Copy to your README.md:

Score Badge

jotify-moment-mcp MCP server

Copy to your README.md:

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