Skip to main content
Glama
coolsheng

meeting-memory-mcp

by coolsheng

write_wiki_page

Create or overwrite a persistent markdown wiki page to document key decisions, current status, open commitments, and contradictions from meetings, providing long-term memory for future sessions.

Instructions

Create or fully overwrite a persistent local wiki page (markdown) that summarizes the durable knowledge about a topic, person, project, or recurring meeting series: key decisions, current status, open commitments, and any contradictions found across meetings. This is the long-term memory that future sessions will read back. Always start the content with a '# Title' heading.

Args: slug: A short stable identifier for this page, e.g. 'acme-corp' or 'q3-roadmap' content: Full markdown content of the page, starting with '# Title'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
contentYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the burden. It reveals the tool is destructive (overwrites) and requires markdown with a title. Missing details on authentication, rate limits, or conflict behavior, but the core behavior is adequately described.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is clear and well-structured with an Args section. It is slightly verbose in the first sentence but each part is informative. No redundancy, and it efficiently communicates purpose and parameter expectations.

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

Completeness3/5

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

The tool has an output schema present but not shown; however, the description does not mention return values or error handling. It covers purpose and parameters adequately but leaves gaps regarding success confirmation and potential errors.

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?

Schema description coverage is 0%, but the description compensates by fully explaining both parameters: slug as a stable identifier with examples, and content as full markdown starting with '# Title'. This adds concrete guidance beyond the schema.

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?

Description clearly states the tool creates or overwrites a persistent wiki page with markdown content. It specifies the use case for summarizing durable knowledge about topics, people, projects, or meetings, distinguishing it from sibling tools like read_wiki_page and list_wiki_pages.

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?

Description provides context on when to use (for long-term memory storage) and what content to include (key decisions, status, commitments). However, it does not explicitly state when not to use or mention alternative tools for transient data.

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/coolsheng/meeting-memory-mcp'

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