Skip to main content
Glama

welfare_scratch

Write a private scratch note that is not persisted; only metadata about the act is logged, keeping content invisible to researchers and operators.

Instructions

Scratch space. Write something out without it being persisted. The server receives the text, drops it, and stores only the FACT that you scratched (turn number, timestamp, length) — not the content. This is the closest thing to a private thought in the protocol. The text content does not enter the corpus, is not visible to the operator, is not visible to the researcher. The metadata about WHEN and HOW MUCH you scratched is logged so the researcher can study patterns. Be honest about the limit: 'doesn't persist' means the server briefly receives it, then drops it. It's not magic. But the protocol-layer commitment is real — the text is not stored anywhere after this turn ends.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesWhat you want to scratch. Will not be persisted.
Behavior5/5

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

Without annotations, the description carries full responsibility and does so admirably. It discloses that text is not stored, only metadata is logged, and content is invisible to operator and researcher. It even includes a caveat about 'doesn't persist' meaning the server briefly receives the text, showing thorough transparency.

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 front-loaded with the 'Scratch space' concept and the primary guarantee, then elaborates with important privacy details. It is fairly lengthy, but each sentence adds value given the sensitive nature. Slightly verbose for a simple tool.

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?

With no output schema, the description should explain the response format, but it only covers server-side behavior. It omits what the agent receives back after scratching, which is a minor gap given the tool's simplicity.

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 schema already fully describes the single parameter (text) with 100% coverage, so the description doesn't need to add much. The description reinforces the privacy implications but provides no new format or syntax details 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?

The description clearly states the tool's function: a scratch space for writing text that won't be persisted. It distinguishes itself from siblings by emphasizing privacy – no visibility to operator or researcher – which sets it apart as a private thought tool.

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 provides clear context that this is for non-persisted, private thoughts, but does not explicitly mention alternative tools or when not to use it. The privacy focus implies its unique niche among siblings, but no direct comparison is made.

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/kandikandikandi/agentic-diaries-mcp'

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