Skip to main content
Glama
QEbellavita

system-brain-mcp

by QEbellavita

brain_recommend

Rank next steps using read-only evidence from analytics, backlog, and models. Each recommendation cites its source and health, with a reasoning contract for context-aware prioritization.

Instructions

Rank next steps from the brain's own read-only evidence (analytics, backlog, models; deep: true adds the roadmap scan). A deterministic rule table, NOT a model: every candidate cites the tool and number it came from, and per-source health is reported so degraded evidence cannot read as confirmed support. Output includes a reasoning contract the calling model is expected to execute: rank the candidates against live session context and state what would change its mind.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deepNo
Behavior5/5

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

With no annotations provided, the description carries the full burden and does so thoroughly. It discloses that the tool is read-only, deterministic, rule-based (not a model), that every candidate cites its source tool and number, that per-source health is reported to prevent degraded evidence from appearing supportive, and that the output includes a reasoning contract for the calling model. These behavioral details go well beyond what annotations would need to cover.

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 three dense but purposeful sentences. It front-loads the primary function, then explains the deterministic nature with evidence tracing, and finally describes the output contract. Every sentence adds substantial value with no filler or 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?

Given the tool's complexity, the absence of annotations, and the lack of an output schema, the description is remarkably complete. It explains the tool's scope, parameter behavior, evaluation approach, evidence-integrity safeguards, and the reasoning contract expected of the caller. It provides enough context for an agent to select and invoke the tool correctly and to interpret its output.

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

Parameters5/5

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

The schema has one optional boolean parameter, 'deep', with zero schema-level documentation. The description fully compensates by explaining that 'deep: true' adds the roadmap scan. This adds clear meaning to the only parameter, and no other parameters exist to be undocumented.

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 opens with a specific verb and resource: 'Rank next steps from the brain's own read-only evidence.' It clearly distinguishes itself from sibling tools, which are individual source viewers (backlog, analytics, etc.), by positioning this as a cross-source ranking/decision tool. It also clarifies that it is deterministic and NOT a model, preventing semantic confusion.

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 clearly implies when to use this tool: when next-step recommendations need to be generated from available brain evidence. It also explains the optional 'deep: true' parameter for including roadmap scans. However, it does not explicitly state when not to use it or name alternative tools for specific situations, though the sibling list makes this fairly obvious.

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/QEbellavita/system-brain-mcp'

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