Skip to main content
Glama
recla93

Neural-Stimulus

by recla93

store_turn

Save a conversation turn with topic, keywords, domain, intent, sentiment, entities, tags, references, and links for persistent semantic memory.

Instructions

Save a conversation turn: keyword, topic, domain, intent, sentiment, entities, tags, references, and links

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoFree labels beyond domain
linksNoLinks between current keywords and previous keywords
topicYesTopic of the turn (3-5 words)
domainYes
intentYes
contextNoContext path (e.g. java/spring). Defaults to active context.
entitiesNoExplicit entities (people, technologies, concepts, places)
keywordsYesAbstract keywords (3-5)
sentimentYes
referencesNoReferences to files, URLs or commits
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It describes the action as 'save' (a write operation) but does not mention side effects, idempotency, permissions, rate limits, or whether it overwrites existing data. The minimal description leaves significant behavioral ambiguity.

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 a single sentence that efficiently conveys the core action and the data involved. It is appropriately front-loaded with the verb 'Save'. However, it could benefit from breaking out the list or adding structure for readability.

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?

Given the complexity of the tool (10 parameters, 5 required, multiple enums), the description is too sparse. It does not explain the purpose of each field, the expected format, or how the turn will be stored or retrieved. Sibling tools (e.g., 'pre_turn', 'merge', 'summary') hint at a broader system, but no contextual connection is provided.

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?

The description lists the fields (keyword, topic, domain, etc.) but adds no additional meaning beyond what is in the input schema. With 70% schema coverage, the schema already describes most parameters, but the description does not explain their semantics, relationships, or format constraints beyond the listing.

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

Purpose4/5

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

The description clearly states the tool saves a conversation turn and lists the data fields (keyword, topic, domain, etc.). This differentiates it from sibling tools like 'confirm', 'dedup', or 'export', which have different purposes. However, it could be more specific about what constitutes a 'turn' in context.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like 'auto' or 'extract'. There are no prerequisites, context requirements, or exclusions mentioned. The agent has to infer usage from the tool name and description alone.

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/recla93/Neuron'

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