Skip to main content
Glama

reasoning

Record reasoning traces and thought analyses for later retrieval. Filter stored memories by type='reasoning' to access these entries.

Instructions

Record a reasoning trace / analysis worth keeping (not a fact, a thought process).

Stored as type='reasoning' -- filter search/list_* with type='reasoning' to get these back.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNo
contentYes
sessionNo
Behavior2/5

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

No annotations are provided, so the description must carry the full burden. It does not disclose behavioral traits such as whether the operation is destructive, requires permissions, or has rate limits. The description is minimal and lacks transparency.

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 consists of two short, front-loaded sentences that convey the core purpose efficiently. While it lacks depth, it is well-structured and free of redundancy, earning a high score for conciseness.

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 tool has 3 parameters, no output schema, and no annotations, the description is incomplete. It does not cover parameter usage, return values, or behavioral details. An agent would lack necessary context for correct invocation.

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 input schema has 3 parameters (domain, content, session) with 0% description coverage. The tool description does not mention or explain any parameters, failing to add meaning beyond the schema. The description should compensate but does not.

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 clearly states the verb 'Record' and the resource 'a reasoning trace / analysis', distinguishing it from factual storage by explicitly noting it is a thought process, not a fact.

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 indicates when to use the tool (for thought processes) and how to retrieve the stored traces via filtering by type='reasoning'. It does not explicitly mention when not to use it or provide alternatives, but the distinction from siblings like 'note' is implied.

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/Filipe-Soares-de-Almeida/MemAI'

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