Skip to main content
Glama

wake_gate

Routes brain regions through retrieve, escalate, and wake steps with sentinel and shadow fallback to defend against missed activations, returning activation metrics and suggested actions.

Instructions

Region-routing wake gate with false-negative defense (read-only sidecar).

Routes Brain Regions through retrieve -> escalate -> wake, adding sentinel (cross-domain risk keywords) and shadow (near-threshold) fallback wakes to defend against missed wakes. Returns an activation trace, wake_metrics vs optional gold_regions (metrics_status scored/unscored), and suggested actions. Never calls models or downstream tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNo
filesNo
top_kNo
contextNo
problemNo
sentinelNo
gold_regionsNo
shadow_top_nNo
escalate_confidenceNo
shadow_wake_thresholdNo
Behavior4/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 discloses it never calls models/downstream tools, describes false-negative defense mechanism (sentinel, shadow), and outlines returns (activation trace, metrics, suggested actions). It lacks info on rate limits or auth, but the read-only nature is clear.

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

Conciseness3/5

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

The description is a single paragraph that front-loads the main purpose but uses heavy jargon (e.g., 'false-negative defense', 'sentinel', 'shadow fallback wakes') without explanation. It is not overly long but could be improved with clearer structure and less jargon.

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 complexity (10 parameters, no output schema, no annotations), the description is insufficient. It does not explain how to set parameters, interpret outputs, or handle edge cases. The lack of parameter documentation and output format details makes it incomplete.

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

Parameters1/5

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

Schema description coverage is 0%, and the description does not explain any of the 10 parameters (e.g., goal, top_k, sentinel, gold_regions). It references 'sentinel' and 'shadow' but does not map them to schema fields. This is a critical gap.

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 role as a 'Region-routing wake gate with false-negative defense (read-only sidecar)' and details its process (routes through retrieve -> escalate -> wake, adds sentinel and shadow fallback wakes). It also specifies outputs and what it does not do (never calls models/downstream tools), distinguishing it from siblings like route_regions.

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 description mentions it is a read-only sidecar, implying non-destructive use, but does not explicitly state when to use this tool versus alternatives like route_regions or consult_problem. There is no guidance on prerequisites or 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/fanghaoling/brainregion'

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