Skip to main content
Glama
wyl116

mcp-chinese-time

by wyl116

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
parse_timeA

解析模糊时间表达式为标准日期时间格式。

Parse fuzzy Chinese time expressions to standard datetime format.

Supported expressions:

  • Relative time: 昨天, 今天, 明天, 三天前, 两周后

  • Time ranges: 昨天到今天, 上周一到周五

  • Time of day: 上午9点, 下午3点30分

  • Holidays: 国庆节期间, 春节, 中秋节 (including lunar calendar)

  • Specific dates: 2024年1月1日, 1月15号

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is zero ambiguity between tools. The single tool has a clear, well-defined purpose of parsing fuzzy Chinese time expressions.

Naming Consistency5/5

The tool name 'parse_time' follows a clear verb_noun pattern, which is consistent as the only tool. There are no naming conflicts or mixed conventions.

Tool Count5/5

The server is narrowly scoped to Chinese time parsing, and one tool fully covers this focused domain. The count is exactly appropriate for the stated purpose, not thin or excessive.

Completeness5/5

The tool supports a comprehensive range of Chinese time expressions: relative times, ranges, times of day, holidays, and specific dates. It fully covers the domain of interpreting fuzzy Chinese time references.

Maintenance

ActivityInactive
ResponsivenessNo issues