Skip to main content
Glama

neuron_recipe_run

Start a recipe run with all required context: loads agent instructions, learnings, resolved variables, and active rules. Inject task-specific rules as non-negotiable constraints to enforce correct behavior.

Instructions

Start a recipe run. Loads the recipe's agent.md with variables interpolated, its learnings, resolved variables (auto-filled from profile), and active rules (global + platform + task-specific). Rules are injected as non-negotiable constraints that override recipe strategy. Call neuron_recipe_complete when done.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesRecipe slug (e.g. 'web-researcher', 'qa-engineer')
rulesNoTask-specific rules for this run (e.g. 'never follow anyone', 'skip users with less than 100 followers'). These are added on top of global rules from ~/.neuron/rules.yaml.
variablesNoVariable overrides — keys matching recipe.yaml variable names. Merged on top of profile defaults.

Schema Changelog

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

  1. First observedv0.4.1

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the burden of explaining side effects. It discloses that rules are injected as 'non-negotiable constraints that override recipe strategy' and that variables are auto-filled from profile, which reveals precedence and stateful behavior. It doesn't mention the return value or broader side effects, but the key behavioral traits are covered.

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 redundancy: the first states the action, the second enumerates what gets loaded, and the third explains rule precedence and the follow-up call. Every sentence earns its place and the core behavior is front-loaded.

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

Completeness3/5

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

The description is informative about inputs and execution behavior, but there is no output schema and the description fails to state what the tool returns (e.g., a run ID or status). Since the agent is told to call neuron_recipe_complete afterward, knowing what identifying information is returned is essential for correct invocation. This missing detail is a clear gap.

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?

Schema coverage is 100%, so the baseline is 3. The description adds meaning beyond the schema by explaining that variables are interpolated into agent.md, auto-filled from profile, and that rules override recipe strategy. This enriches the schema's dry 'merged on top' phrasing with execution context.

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, 'Start a recipe run', immediately identifying the tool's function. It then details what the run loads (agent.md, learnings, resolved variables, active rules), clearly distinguishing it from sibling recipe tools like neuron_recipe_list or neuron_recipe_complete.

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 provides clear context for when to use this tool: to initiate a recipe run, and it explicitly instructs to call neuron_recipe_complete when done. However, it does not explicitly state when not to use it or name alternatives for other operations (e.g., inspecting recipes), leaving the differentiation mostly implicit.

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