Skip to main content
Glama

neuron_rules_get

Fetch active rules from the local rules file to identify hard constraints that override recipe strategies. Get never, global, and platform-level rules to safely guide automation.

Instructions

Read the active rules (~/.neuron/rules.yaml). Rules are hard constraints that override recipe strategies. Three levels: 'never' (absolute — never follow anyone, never auto-send without approval), 'global' (apply to every recipe run), 'platform' (per-platform — e.g. linkedin-specific rules). Task-specific rules are passed per-run via neuron_recipe_run.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.4.1

TDQS

A4.6/5.0
Behavior4/5

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

With no annotations provided, the description carries the transparency burden and does meaningful work: it discloses the file source, explains the priority semantics (rules override recipe strategies), and enumerates the three levels with a concrete 'never' example. It does not describe the return format or behavior when the file is absent, but for a read-only config access tool the disclosed semantics are strong.

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?

Three sentences with no filler; the core action and file path are front-loaded in the first clause. Every sentence adds distinct value: target resource, constraint semantics, level definitions, and pointer to the sibling tool for task-specific rules.

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?

For a zero-parameter read-only tool with no output schema, the description covers the essential context: file location, rule priority, level meanings, and where task-specific rules live. The only notable gap is the lack of detail about the returned structure or empty-file behavior, but that is minor for a simple reader.

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 tool has zero parameters, so there is no schema burden for the description to carry. The baseline for a parameterless tool is 4, and the description appropriately avoids inventing parameter-like detail; it even clarifies that task-specific rules are not parameters here but are passed via neuron_recipe_run.

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 the specific verb-resource pair 'Read the active rules' and pinpoints the exact file path (~/.neuron/rules.yaml). It distinguishes the tool from its main sibling by explaining that task-specific rules belong to neuron_recipe_run, and the contrast with neuron_rules_set is implicit in the 'Read' verb.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear context for when this tool is relevant: reading hard constraints that override recipe strategies. It also explicitly directs task-specific rules to neuron_recipe_run, which is a concrete when-not-to-use pointer and names the alternative tool.

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/conquext/neuron-inspector'

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