Skip to main content
Glama

add

Add lore (journal/decision) or doc (spec/plan) entries with unified links, checklist items, push-to boxes, and level tagging for classification.

Instructions

add(type='lore'|'doc', title, msg=) — lore=journal entry/decision, doc=spec/plan. 2 linking args: links=unified (code files·dc/lr id·title auto-classified, flow=True for a doc chain) · push_to=send to a box (not a link). items=['a','b']→checklist(0/N, doc only) · items=[{...}]→batch creation(both lore·doc — use this for bulk, quieter nudges than N single calls). level 1~4(lore): 1=note 2=verified 3=pinned(shown in brief) 4=global(all projects). details help=True

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
msgNo
flowNo
helpNo
tagsNo
typeNolore
itemsNo
levelNo
linksNo
titleNo
statusNoopen
push_toNo
relatesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Without annotations, the description partially covers behavioral traits (e.g., linking behavior, batch nudges, level effects). However, it omits details on parameters like tags, status, and relates, and does not clarify side effects or permission needs.

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

Conciseness2/5

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

The description is a single, dense paragraph filled with abbreviations and jargon (e.g., 'dc/lr id', 'box', 'nudges'). It lacks clear structure or front-loading, making it hard to parse quickly.

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?

Given the complexity (12 parameters, no annotations), the description covers core functionality but leaves gaps (tags, status, relates) and relies on domain familiarity. The output schema exists but isn't referenced.

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?

With 0% schema description coverage, the description explains 9 of 12 parameters (type, title, msg, links, push_to, items, level, flow, help), but ignores tags, status, and relates. The explanations are dense and assume prior knowledge.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly indicates the tool adds 'lore' or 'doc' entries, defining each type (lore=journal entry/decision, doc=spec/plan). However, the phrasing is domain-specific and could be more intuitive for new users.

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 provides context on when to use batch creation over single calls and mentions checklist usage, but does not compare with sibling tools like 'link' or 'doc_map', nor does it specify when NOT to use the tool.

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/linklore/linklore-mcp'

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