Skip to main content
Glama

notify_notify_file

Appends a notification entry to a JSONL log file. Provide a title and message; optionally specify a file path. Reliable in any environment, no display needed.

Instructions

[notify] Append a notification entry to a log file (JSONL format). Reliable across all environments — no display required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
messageYes
pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only states the core action and reliability, but fails to disclose important behaviors like file creation, permissions handling, concurrency, or what happens when the file does not exist.

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 sentence plus a short additional sentence, front-loading the core purpose. It is efficient and without fluff, though some important details are omitted.

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?

Given the three parameters and no annotations, the description lacks crucial information: default path behavior, return value (though output schema exists), error handling, and file location conventions. The context about 'no display required' helps, but overall it is incomplete.

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?

With 0% schema description coverage, the description should explain parameters. It mentions 'notification entry' implying title and message are its content, but does not clarify path (default null) nor provide format details. The semantics are minimally inferred.

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 the tool appends a notification entry to a JSONL log file, specifying the format and action. It distinguishes from siblings by noting 'no display required', but doesn't explicitly compare to other notify tools.

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 phrase 'Reliable across all environments — no display required' gives context for when this tool is appropriate (headless environments), but it does not provide explicit when-to-use vs alternatives or exclude conditions.

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/0-co/agent-friend'

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