Skip to main content
Glama

Check rumination

check_rumination
Read-onlyIdempotent

Analyze your current prompt against recent history to identify semantic repetition. Receive a structured advisory signal to avoid rumination cycles.

Instructions

Detect whether the user's current prompt is a semantic repeat of recent prompts within a rolling window. Stateless; returns a structured advisory signal.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
current_promptYes
historyYes
window_minutesNo
threshold_countNo
similarity_thresholdNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Adds 'Stateless' and 'returns a structured advisory signal' beyond annotations (readOnlyHint, idempotentHint). No contradiction with annotations. Could mention return format or side effects but sufficient given annotations.

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?

Two sentences, no fluff. Front-loaded with purpose and key traits. Could add parameter detail without excessive length.

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?

With 5 parameters, 0% schema coverage, and an output schema, description omits parameter meanings and output structure. Incomplete for an agent to invoke correctly without further inference.

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

Parameters2/5

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

Schema description coverage is 0%, yet description only hints at current_prompt and history. No details on window_minutes, threshold_count, similarity_threshold, which are critical for usage. Fails to compensate for schema gaps.

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?

Description clearly states verb 'Detect' and resource 'semantic repeat of recent prompts'. Distinguishes from sibling tools which target different behavioral checks (hyperfocus, sycophancy, tone).

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?

Implies usage for detecting rumination but provides no explicit guidance on when to use this tool vs alternatives like check_hyperfocus or check_sycophancy. Lacks when-not or exclusion criteria.

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/tlennon-ie/neurodock'

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