Skip to main content
Glama

note

Add a note to a thread to document decisions, failures, insights, or open questions. Notes revive idle or closed threads, allowing safe auto-closure without losing context.

Instructions

Add a note to a thread. Write terse, optimized for future-Claude.

kind: 'move' (we tried/decided X), 'failed' (tried X, broke because Y), 'insight' (crystallized observation), 'open_q' (something to come back to).

Reopens the thread: a note on an idle OR closed thread revives it to active. Closed is not terminal — returning to a topic (adding a note) brings it back. This is what makes aggressive auto-close safe: the thread-janitor can close idle threads to harvest skills, and you just note() to pick any of them back up.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
kindNomove
contentYes
thread_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations indicate non-read-only, non-destructive, non-idempotent. The description adds key context: reopening threads, making them active, and the safety of auto-close. No contradiction with annotations.

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?

Purpose is front-loaded in the first sentence. The description is somewhat lengthy but every sentence adds value. Minor improvement could be more structured separation of usage and behavior.

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 output schema exists, the description covers key behaviors and parameter semantics. The reopening behavior and kind options are explained, making it reasonably complete for a note-adding tool.

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?

The description adds semantic meaning for the 'kind' parameter by explaining its options and purpose. However, 'thread_id' and 'content' are not described beyond their names in the schema, leaving some gaps despite 0% schema coverage.

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 states 'Add a note to a thread' with a specific verb and resource. It also distinguishes the tool by explaining its reopening behavior, but does not explicitly differentiate from sibling tools like 'brief' or 'respond'.

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?

Provides style guidance ('Write terse, optimized for future-Claude') and explains the kinds of notes. It also clarifies when to use the tool (on idle or closed threads) and the consequence (reopening). However, it lacks explicit alternatives or when-not-to-use guidance.

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/po4erk91/thread-keeper'

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