Skip to main content
Glama
sipyourdrink-ltd

Bernstein - Multi-agent orchestration

bernstein_stop

Triggers a graceful shutdown of the multi-agent orchestration by writing a SHUTDOWN signal to the project root directory.

Instructions

Request a graceful Bernstein shutdown by writing a SHUTDOWN signal.

Writes .sdd/runtime/signals/SHUTDOWN in the project directory, which the orchestrator detects and shuts down gracefully.

Args: workdir: Project root directory (default: current directory).

Returns: Confirmation message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
workdirNo.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It explains the signal file writing and graceful shutdown behavior but lacks details on side effects, permissions, or idempotency. Adequate but not exhaustive.

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 concise and front-loaded with the key action. It uses a clear format with Args and Returns, and every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with one optional parameter and an output schema, the description is complete. It covers purpose, mechanism, parameter, and return value, leaving no critical gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, but the description explains the 'workdir' parameter as 'Project root directory (default: current directory).' This adds meaningful context beyond the schema's type and default.

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 purpose: 'Request a graceful Bernstein shutdown by writing a SHUTDOWN signal.' It specifies the mechanism and distinguishes itself from sibling tools (bernstein_run, bernstein_health, etc.) by focusing on stopping the orchestrator.

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 implies usage for graceful shutdown but does not explicitly state when not to use it or mention alternatives. However, the context is clear: this is the dedicated stop tool, so no additional exclusions are necessary.

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/sipyourdrink-ltd/bernstein'

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