Skip to main content
Glama
ztxtxwd

juejin-mcp-server

by ztxtxwd

get_performance_stats

Retrieve system performance metrics including response times, memory usage, and slow operation analysis. Specify a particular metric or get all available stats to diagnose issues.

Instructions

获取系统性能统计信息,包括响应时间、内存使用等指标

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
metric_nameNo特定指标名称(可选,不指定则返回所有指标)
include_memory_statsNo是否包含内存使用统计
include_slow_operationsNo是否包含慢操作分析
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 disclosing behavioral traits. It does not mention whether the operation is read-only, has side effects, requires specific permissions, or could be resource-intensive. The only clue is the word 'get', implying read-only, but this is not explicitly stated.

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 conveys the core purpose without any unnecessary words. It is well-structured and front-loaded with the main action.

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 absence of an output schema, the description provides partial information about return values by mentioning response time and memory usage. It covers most expectations for a performance stats tool, though it doesn't explicitly mention the slow operations aspect, which is present in the schema.

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?

All parameters have detailed descriptions in the schema (100% coverage), so the baseline is 3. The description adds minimal extra meaning beyond the schema, only hinting at response time and memory usage which align with metric_name and include_memory_stats, but it doesn't enhance understanding of the parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as fetching system performance statistics, mentioning response time and memory usage. It is specific enough to distinguish it from content-related tools, but it does not explicitly differentiate from similar performance tools like get_system_health or get_cache_stats.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives such as get_system_health or run_performance_benchmark. The description only states what it does, leaving the user to infer the appropriate context without any exclusions or comparisons.

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/ztxtxwd/juejin-mcp-server'

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