Skip to main content
Glama

notify_supervisor

Send a one-way update to your supervisor after completing a task, encountering an error, or finishing a session. Provide event type and summary without waiting for a response.

Instructions

Send a one-way update to your OpenClaw supervisor. Use after completing a task, encountering an error, or finishing a session. Does not wait for a response.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventYesThe type of event.
detailsNoOptional structured metadata (files changed, PR URL, errors, etc.).
summaryYesWhat happened. Be concise.
Behavior4/5

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

With no annotations provided, the description carries full burden. It discloses the one-way nature and lack of response, which are key behavioral traits. Missing details like error handling or reliability, but sufficient for a simple notification tool.

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

Conciseness5/5

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

The description is two sentences: the first states the purpose, the second provides usage scenarios and behavioral note. It is front-loaded, concise, and every sentence adds value.

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 simplicity (3 params, 2 required, no output schema), the description covers purpose, usage, and key behavior. It could mention that no return value is sent, but 'does not wait for a response' implies that. No gaps in context for an agent to misuse.

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?

Schema description coverage is 100%, so the schema fully documents each parameter. The description does not add new meaning beyond the schema, meeting the baseline score of 3 as per guidelines.

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 it sends a one-way update to the supervisor, with a specific verb and resource. It distinguishes from siblings by emphasizing one-way communication (vs. consult_supervisor for two-way, get_supervisor_message for retrieval).

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 explicitly lists when to use the tool: after task completion, error, or session end. It also notes that it does not wait for a response, which sets expectations. It does not explicitly state when not to use, but sibling names provide contrast.

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/sideEyeLabs/pearclaw'

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