Skip to main content
Glama
M4F-S

Mnemosyne

by M4F-S

memory_publish_shared

Publish curated findings or policies to shared fleet memory for cross-agent access. Sanitize markdown content to prevent private credentials from being exposed while making knowledge available to other agents.

Instructions

Publish a sanitized, curated finding or policy to the cross-agent shared fleet memory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
roomNogeneral
tagsNoTags
wingNoshared
titleYesTitle for the shared policy or finding
contentYesThe shared knowledge content in markdown (must not contain private credentials)
Behavior3/5

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

With no annotations, the description carries the behavioral burden. It discloses that this is a write/publish action with cross-agent visibility and imposes a sanitization constraint, which is valuable. However, it does not mention persistence, overwrite/append behavior, permissions, or what the call returns.

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?

A single front-loaded sentence with no filler. The action, object, and destination are stated directly, and every word adds meaning.

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

Completeness2/5

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

For a writing tool with five parameters, no annotations, and no output schema, this description is too thin. It omits expected call semantics such as return value, success/failure behavior, and the meaning of room/wing, leaving an agent to guess at important usage details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents title, content, and tags, but room and wing are undocumented and the description does not clarify them. The general phrase 'finding or policy' adds only minimal semantics to the content parameter and says nothing about how the publish target or routing fields behave.

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 names a specific verb ('Publish'), a concrete object ('a sanitized, curated finding or policy'), and a precise destination ('cross-agent shared fleet memory'). This clearly differentiates it from local memory tools in the sibling set such as memory_remember or memory_recall.

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?

It implies the occasion ('sanitized, curated' material meant for shared use) but never explicitly says when to prefer this over memory_remember or memory_ingest_session, nor does it provide when-not-to-use exclusions. The shared-fleet scope is useful context, but the routing guidance is left to inference.

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/M4F-S/gomaa'

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