Skip to main content
Glama
kwrkb

worklog-mcp

by kwrkb

save_worklog

Save work logs, thoughts, and error solutions to monthly Markdown files. Tag entries for easy retrieval.

Instructions

作業ログ、思考の断片、エラー解決策を保存します。

データは月単位のMarkdownファイル(~/.worklogs/YYYY-MM.md)に追記されます。

Args: content: ログの内容。作業メモ、解決策、思考の断片など。 tags: 関連タグのリスト(任意)。検索時に役立ちます。

Returns: 保存成功メッセージとファイルパスを含む辞書

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNo
contentYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description reveals that data is appended to monthly Markdown files, providing specific file path structure. This goes beyond a simple 'save' but lacks details on concurrency, limits, or idempotency.

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 concise with a clear structure: purpose first, then storage detail, parameter docs, and return value. No superfluous text.

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?

Given the simple tool with two parameters and an output schema, the description covers storage mechanism, parameter roles, and return format. No critical information is missing.

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?

With 0% schema description coverage, the description compensates by explaining both parameters: content (what to log) and tags (optional, for search). This adds crucial meaning beyond the 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 explicitly states the verb 'save' and the resource 'work logs', listing specific examples like thought fragments and error solutions. It clearly distinguishes from the sibling 'search_worklogs' which is for retrieval.

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 via examples but does not explicitly state when to use this tool versus alternatives, nor does it provide exclusion criteria or prerequisites.

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/kwrkb/worklog-mcp'

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