Skip to main content
Glama
tosin2013

mcp-adr-analysis-server

by tosin2013

get_memory_stats

Read-onlyIdempotent

Retrieve statistics about stored conversation memory to assess usage and monitor data retention during architectural analysis.

Instructions

Phase 3: Get statistics about stored conversation memory

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. Addedv1.0.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description does not contradict them. The description adds only the 'Phase 3' context and the notion of statistics, without detailing what metrics are included or whether the operation touches any state. With annotations covering the safety profile, this is adequate but not rich.

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?

The description is a single short, front-loaded sentence with no filler. Every word contributes to identifying the tool's action and subject.

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?

For a zero-parameter read-only tool, the description is minimally viable. However, with no output schema, the vague term 'statistics' leaves the return shape undefined; an agent cannot know which metrics to expect or how to interpret them. This is a meaningful gap for a stats-focused tool.

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?

The input schema has zero parameters and 100% schema description coverage, so there is no parameter-semantics burden on the description. Mentioning 'stored conversation memory' provides minimal domain context, which is sufficient for a no-argument call.

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 states a clear verb+resource: it retrieves statistics about stored conversation memory. The 'Phase 3' prefix adds workflow context, but it does not explicitly differentiate this tool from sibling memory tools like query_conversation_history or get_conversation_snapshot.

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?

There is no guidance on when to use this tool versus alternatives, aside from the vague 'Phase 3' label. No exclusions, prerequisites, or sibling comparisons are provided, so an agent cannot determine when this is the right choice among the many memory-related siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/tosin2013/mcp-adr-analysis-server'

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