Skip to main content
Glama

Append log entry

wiki_append_log

Append a dated log entry to the wiki's log.md after any content change, recording the operation and affected page to maintain a chronological history.

Instructions

Append an entry in the form '## [YYYY-MM-DD] | ' to log.md at the wiki root. Call after every content change (ingest, update, merge, split, delete, refactor) so history stays chronological.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoISO date (YYYY-MM-DD); default today.
titleYesAffected page or topic.
detailsNoOptional note placed under the heading.
operationYesShort operation name, e.g. 'ingest', 'update', 'merge'.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.2

TDQS

A4.1/5.0
Behavior3/5

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

Annotations provide no read-only or destructive signal beyond false flags, and the description clarifies that the tool mutates log.md by appending a formatted line. It doesn't discuss failure modes or idempotency, but the append behavior and target are disclosed without contradicting annotations.

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?

Two short sentences: the first front-loads the exact action and format, the second gives the usage rule. No filler or repetition of schema details.

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 append operation with no output schema and full parameter coverage, the description is complete: target file, entry format, and call timing are all specified.

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 parameters are already documented. The description adds the output line format ('operation | title') but doesn't add meaning beyond what the schema provides.

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?

Names an explicit verb ('Append'), a specific target resource (log.md at wiki root), and the exact entry format. This distinguishes it from read-only siblings like wiki_read_log and write tools like wiki_write_page.

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?

Gives an explicit trigger: call after every content change (ingest, update, merge, split, delete, refactor) to keep history chronological. It doesn't state exclusions or alternatives, but for an append-only log the usage context is clear.

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

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/RickyKleinhempel/mcp-llm-wiki'

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