Skip to main content
Glama
ymltsh
by ymltsh

mfuns_activity_log

Retrieve operation logs of tool calls filtered by date, tool, or target ID to track and audit actions.

Instructions

查询 Activity Log(每次工具调用的操作记录,按日期隔离的 JSON 文件)。

Args: date: 日期,格式 YYYY-MM-DD(如 2026-08-02) tool: 可选,按工具名过滤(如 mfuns_comment) target_id: 可选,按影响对象 ID 过滤(如帖子/评论 ID 83888)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYes
toolNo
target_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must disclose behavior. It explains the log is organized by date as JSON files and that filters are optional, which is useful. However, it doesn't explicitly confirm read-only semantics beyond the word 'query' or mention error handling or permission requirements, leaving some burden unmet.

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 one introductory sentence plus a tight three-item Args list. Everything earns its place with no fluff or repetition, and the main purpose appears first.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple, three-parameter query tool with an output schema, the description covers purpose, parameters, and data organization. No critical context is missing, and the tool's role relative to siblings is distinct.

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?

The schema provides zero parameter descriptions, but the description's Args section fully compensates: it gives the date format (YYYY-MM-DD), clarifies 'tool' is an optional filter by tool name, and defines 'target_id' as filtering by affected object ID. This exceeds the minimal schema types.

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 queries the Activity Log, a record of every tool call stored as date-separated JSON files. It specifies the resource (Activity Log) and the action (query), and distinguishes it from sibling content-reading tools by focusing on operation logs.

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: call this when you need to audit tool operations by date, optionally filtered by tool or target ID. It doesn't explicitly mention alternatives or exclusions, but the unique purpose among siblings makes the context clear.

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/ymltsh/Mfuns_MCP'

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