Skip to main content
Glama
TokDar2410621

publiar-mcp

add_memory

Record user knowledge and external facts into memory with mandatory source and date. Organize entries by type—brand_voice, past_post, audience, decision, or manual—for later retrieval.

Instructions

Ecrit une entree dans la memoire de l'utilisateur. C'est la voie d'entree du second cerveau : ce que tu sais et que Publiar n'a pas vu passer. source et source_date sont OBLIGATOIRES, sans provenance une note ancienne ressort plus tard dans une phrase au present. kind parmi brand_voice, past_post, audience, decision, manual. learned_rule et anti_pattern sont refuses : ils se derivent des performances mesurees, on ne les declare pas. scope cloisonne par projet et filtre le retrieval. La deduplication rend le rejeu d'une ingestion inoffensif.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindYesbrand_voice | past_post | audience | decision | manual
scopeNonom de projet optionnel, cloisonne le retrieval
titleNotitre optionnel, ameliore le retrieval
sourceYesd'ou ca vient, ex: 'git commit 3d61f4d', 'mesure perso', 'doc officielle'
contentYesle texte a memoriser, 20 000 caracteres maximum
source_refNocle technique optionnelle, permet de purger et reinserer
source_dateYesYYYY-MM-DD, ni au futur ni avant 2015
Behavior5/5

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

With no annotations provided, the description fully carries the behavioral transparency burden. It discloses important traits: mandatory source fields with consequences of missing provenance, scope-based retrieval filtering, and deduplication making replay harmless. This provides substantial insight into how the tool behaves.

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 a single dense paragraph of three sentences, each carrying essential information about purpose, constraints, and behavior. It is slightly verbose but every sentence earns its place with no filler.

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

Completeness4/5

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

Given the tool's complexity (7 parameters, 4 required), the description covers purpose, usage guidelines, parameter semantics, and key behavioral traits without relying on external annotations or an output schema. It lacks only an explicit explanation of return values, which is not expected for a write operation without an output schema.

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?

Although schema coverage is 100%, the description significantly enriches parameter understanding. It explains why source and source_date are mandatory, clarifies valid kind values and explicitly excludes learned_rule/anti_pattern, and describes how scope filters retrieval. This goes well beyond the schema's field descriptions.

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 writes a memory entry with a specific verb and resource ('Ecrit une entree dans la memoire de l'utilisateur'), making its purpose unambiguous. It differentiates from sibling tools by framing it as the entry point for the second brain, distinct from visualization, lead generation, and publishing tools.

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 gives clear usage context: it is for knowledge the user has that Publiar hasn't seen ('ce que tu sais et que Publiar n'a pas vu passer'). It also explicitly refuses certain kinds (learned_rule, anti_pattern), indicating when not to use those. However, it does not explicitly name alternative tools for those cases.

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/TokDar2410621/publiar-mcp'

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