Skip to main content
Glama

elite_prepare

Starts a non-trivial reasoning task, returning a run_id and continuation instructions to retain for subsequent pipeline steps, not the final answer.

Instructions

Start a non-trivial task. Retain run_id and obey the returned continuation after each later Elite call. Not the answer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
persistNo
user_promptYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
goalNo
stepsYes
do_notNo
intentYes
run_idYes
statusNook
playbookNo
warningsNo
persistedYes
stop_whenNo
complexityYes
confidenceYes
budget_tierYes
constraintsNo
deliverableNo
next_actionNonone
continuationNo
repeat_untilNo
allowed_toolsNo
task_contractNo
memory_contextYes
validation_gatesYes
expected_outcomesNo
capability_warningsYes
evidence_requirementsYes
Behavior4/5

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

The annotations are all false/neutral, so the description carries the burden. It discloses that the tool returns a stateful run_id and a continuation that must be followed in later calls — key behavioral context beyond any structured signal — and it warns the agent that this call is not the final answer.

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

Conciseness4/5

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

The description is compact, front-loads the core verb, and uses short directive phrases that an agent can parse quickly. Slight deduction because the juxtaposition of 'Run it is' not clearly the same sentence as 'Not the answer', but overall it earns its space.

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 described model ('start a task → retain id → follow continuation') is complete enough to attempt a intercepted call, and the workflow-specific directives are present. However, it fails to explain what a 'continuation' looks like, how it relates to siblings, or whether the 'persist' parameter affects that assumed the behavioral guarantee.

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?

The schema has two parameters (user_prompt, persist) with zero description coverage, and the tool description adds no parameter details. 'user_prompt' does not even self-evidently map to 'start a non-trivial task' — it takes its purpose entirely from the ambiguous title. The description fails entirely to compensate for the schema's lack of explanation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear action ('Start a non-trivial task') and signals its role in the workflow ('Not the answer'). However, it does not name the underlying resource or define what qualifies as 'non-trivial', and only loosely differs from siblings like elite_verify and elite_memory.

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 instruction to 'Retain run_id and obey the returned continuation after each later Elite call' implies this is the entry point for a multi-step workflow, and 'Not the answer' is a weak exclusion. It gives useful context for when to call it, but stops short of explicitly contrasting it with elite_verify or elite_memory.

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/Snehgabani/elite-reasoning-mcp'

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